Java Annotation how to get current ElemenType of specific annotation

前端 未结 0 780
遥遥无期
遥遥无期 2021-02-04 00:12

My annotation:

@Target({ElementType.TYPE, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Objec         


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