How to annotate an annotation with another annotation in java?

前端 未结 0 1944
隐瞒了意图╮
隐瞒了意图╮ 2020-12-29 22:34

I want to create a custom annotation and annotate it with another annotation like below:

@Documented
@Target({ElementType.PARAMETER, ElementType.FIELD})
@Rete         


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