error: cannot find symbol @With(ABC.class) #11397
Answered
by
mkurz
yashmehta1
asked this question in
Q&A
-
Hi, This is the error I'm getting when i try to create a custom annotation. @with annotation is used for a custom annotation action class. error: cannot find symbol @with(ABC.class) What is the import module that I should use to resolve this issue ? |
Beta Was this translation helpful? Give feedback.
Answered by
mkurz
Sep 6, 2022
Replies: 1 comment
-
I guess you made a type, the correct annotation is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yashmehta1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess you made a type, the correct annotation is
@With
, with a capital W, see https://www.playframework.com/documentation/2.8.x/api/java/play/mvc/With.html