Sagot :
Answer:
Create one java annotation file: BatRun.java @Target({ElementType.METHOD, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) public @interface BatRun { }
Answer:
Create one java annotation file: BatRun.java @Target({ElementType.METHOD, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) public @interface BatRun { }