Annotation Type ForType


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface ForType
    Indicates that the annotated interface is an accessor object for use by Reflector.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String className  
      java.lang.Class<?> value  
    • Element Detail

      • value

        java.lang.Class<?> value
        Default:
        void.class
      • className

        java.lang.String className
        Default:
        ""