|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ClassificationAttribute
Annotation for mapping the return value of a (getter) method to
classification attribute specified on type level. The attribute name is
mandatory and is used to identify the attribute. This annotation is very
similar to the Classification
annotation in terms of supported
attributes and underlying representation. The difference is that the taxonomy
is obtained from the attribute description.
Classification
Required Element Summary | |
---|---|
java.lang.String |
attributeName
Name of the attribute represented by this annotation. |
Optional Element Summary | |
---|---|
CascadeStyle |
cascadeStype
The cascading style for this mapping. |
java.lang.Class<?> |
targetType
|
Element Detail |
---|
public abstract java.lang.String attributeName
public abstract CascadeStyle cascadeStype
CascadeStyle
public abstract java.lang.Class<?> targetType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |