@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface SupportsPushAnnotations
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() { ... }