Annotation Type ExtraTypes
-
@Retention(RUNTIME) @Target(TYPE) public @interface ExtraTypesThis annotation can be applied toEntityProxy,ValueProxy,RequestContext, andRequestFactorytype declarations to include additional polymorphic proxy types that are not explicitly referenced.
-
-
Element Detail
-
value
java.lang.Class<? extends BaseProxy>[] value
-
-