Annotation Type Type
-
@Retention(RUNTIME) @Target(TYPE) public @interface Type
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionStringdisplayNamebooleanglobalClass<?>listItemTypeClass<?>mapKeyTypeClass<?>mapValueType
-
-
-
-
listItemType
Class<?> listItemType
- Default:
- de.codecentric.reedelk.runtime.api.annotation.UseDefaultType.class
-
-
-
mapKeyType
Class<?> mapKeyType
- Default:
- de.codecentric.reedelk.runtime.api.annotation.UseDefaultType.class
-
-
-
mapValueType
Class<?> mapValueType
- Default:
- de.codecentric.reedelk.runtime.api.annotation.UseDefaultType.class
-
-
-
description
String description
- Default:
- ""
-
-
-
displayName
String displayName
- Default:
- ""
-
-