Andrei Amarfii
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
-
Andrei Amarfii created a post, AnsweredRun JUnit test from within class test (NOT GRADLE)
I used to run test classes/ test methods as JUnit from the class (hitting run button next to class name / method name). IDEA was creating automatically configuration for test and run it. I Updat... -
-
Andrei Amarfii commented, -
Andrei Amarfii created a post, AnsweredSpring Expression Language in custom annotations.
Hello guys, I wondering if there is a way to force IDEA to treat strings in custom annotations as SpEL expressions, like it does in @PreAuthorize#value field. Thanks