Annotation Type ContainerDescription
-
@Retention(RUNTIME) @Target(TYPE) public @interface ContainerDescription
A description of the container...- Author:
- Kevin Goeser
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
description
String
validatorClass
-
-
-
Element Detail
-
name
String name
- Returns:
- The name of the container.
-
-
-
pluginID
String pluginID
- Returns:
- TODO the name of the plug-in, this container belongs to.
-
-
-
description
String description
- Returns:
- The description of the container.
- Default:
- ""
-
-
-
validatorClass
String validatorClass
- Returns:
- The canonical class name of a validator.
- Default:
- "asdf"
-
-