import java.lang.annotation.*; import java.lang.*; @Retention(RetentionPolicy.SOURCE) @Target({ ElementType.TYPE }) public @interface javaBean { }