Java Annotating a method with a generic type paramater

前端 未结 0 460
醉话见心
醉话见心 2021-01-18 11:40

I have this annotation

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface AnnotationTest{
    String prefix();
}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题