Annotation Type ReflectionSupport


  • @Documented
    @Target({TYPE,PACKAGE})
    @Retention(CLASS)
    public @interface ReflectionSupport
    Annotation that specifies the level of reflection support for a particular class.
    Author:
    Keith Stanger