Package com.exedio.cope.instrument
Annotation Type WrapType
-
@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface WrapType
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<?>
top
Class<?>
wildcardClassCaster
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<?>
activationConstructor
boolean
allowStaticClassToken
String
featurePostfix
String
featurePrefix
String
featureThis
boolean
hasGenericConstructor
boolean
revertFeatureBody
Class<?>
type
String
typeDoc
-
-
-
Element Detail
-
wildcardClassCaster
Class<?> wildcardClassCaster
- See Also:
WrapperType.wildcardClass()
-
-
-
top
Class<?> top
-
-
-
type
Class<?> type
- See Also:
WrapperType.type()
- Default:
- com.exedio.cope.instrument.StringGetterDefault.class
-
-
-
typeDoc
String typeDoc
- Default:
- "The type information for {0}."
-
-
-
activationConstructor
Class<?> activationConstructor
- Default:
- com.exedio.cope.instrument.StringGetterDefault.class
-
-
-
featurePrefix
String featurePrefix
- Default:
- ""
-
-
-
featurePostfix
String featurePostfix
- Default:
- ""
-
-
-
featureThis
String featureThis
- Default:
- "this"
-
-