Annotation Type ExtraTypes


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ExtraTypes
    This annotation can be applied to EntityProxy, ValueProxy, RequestContext, and RequestFactory type declarations to include additional polymorphic proxy types that are not explicitly referenced.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends BaseProxy>[] value  
    • Element Detail

      • value

        java.lang.Class<? extends BaseProxy>[] value