@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ClassifiedInstance
ClassifiedInstances
annotation.Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<?> |
beanType
The bean type to be used when the classification is present.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
classificationScheme
The name of the classification scheme for the classification.
|
java.lang.String |
classificationSchemeKey
The key of the classification scheme.
|
java.lang.String |
conceptKey
The key of the classification's concept.
|
java.lang.String |
conceptPath
The path of the classification's concept.
|
public abstract java.lang.Class<?> beanType
Class
public abstract java.lang.String conceptKey
public abstract java.lang.String classificationScheme