1 2 3 4 5 6 7 8
import java.lang.annotation.*; import java.lang.*; @Retention(RetentionPolicy.CLASS) @Target({ ElementType.TYPE }) public @interface javaBean { }