Annotation Type TypeProperty
-
@Repeatable(TypeProperties.class) @Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface TypeProperty
-
-
Field Summary
Fields Modifier and Type Fields Description static StringUSE_DEFAULT_NAME
-
-
-
Field Detail
-
USE_DEFAULT_NAME
static final String USE_DEFAULT_NAME
-
-
Element Detail
-
name
String name
- Default:
- "###USE_DEFAULT_NAME###"
-
-
-
example
String example
- Default:
- ""
-
-
-
description
String description
- Default:
- ""
-
-
-
type
Class<?> type
- Default:
- de.codecentric.reedelk.runtime.api.annotation.UseDefaultType.class
-
-