1 package test3; 2 3 import java.lang.annotation.*; 4 5 @Retention(java.lang.annotation.RetentionPolicy.RUNTIME) 6 public @interface VisibleAnno { 7 } 8
1 package test3; 2 3 import java.lang.annotation.*; 4 5 @Retention(java.lang.annotation.RetentionPolicy.RUNTIME) 6 public @interface VisibleAnno { 7 } 8