|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface SupportsPushAnnotations
Annotation (java) that can be used by Subtypable
items to
enable/disable support for pushing annotations (BASE) to parent
items. See ItemSubtype.getPushAnnotations()
.
The annotation should be put on the
Subtypable.getItemSubtype()
method. Example:
@Override @SupportsPushAnnotations public ItemSubtype getItemSubtype() { ... }
|
3.2.1: 2012-12-13 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |