@Target({TYPE,ANNOTATION_TYPE,RECORD_COMPONENT,PARAMETER})
@Retention(RUNTIME)
public @interface MetamodelType
Marks an annotation type to be represented as the specified type in the
Metamodel.- Since:
- 1.2
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueSpecifies how the type must be represented in theMetamodel.
-