Wlkress
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Wlkress created a post, AnsweredHow do I best integrate intelliJ with a Tomcat running as a service in a different process?
So 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... -
Wlkress created a post, AnsweredHow can I annotate enum.values() as NotNull?
It 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... -