Wlkress
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created How do I best integrate intelliJ with a Tomcat running as a service in a different process?
AnsweredSo far I have a basic integration set up as a "Remote tomcat" so I can attach a debugger and do basic debugging of our tomcat services. I'd like a fuller integration, preferably with starting/stopp... -
Created How can I annotate enum.values() as NotNull?
AnsweredIt is not possible for an MyEnum.values() call to return a null, however Idea's annotation processing tags it as nullable. Since values isn't actually a method call, I can't figure out how to use t...