How can I get the value of an annotation paramter in my annotaionProcessor?

后端 未结 0 1800
天涯浪人
天涯浪人 2020-11-27 15:39

I have an annotation which looks like this:

@Target({ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
publi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题