Package net.sf.basedb.core
Annotation Type SupportsPushAnnotations
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface SupportsPushAnnotations
Annotation (java) that can be used bySubtypable
items to enable/disable support for pushing annotations (BASE) to parent items. SeeItemSubtype.getPushAnnotations()
. The annotation should be put on theSubtypable.getItemSubtype()
method. Example:@Override @SupportsPushAnnotations public ItemSubtype getItemSubtype() { ... }
- Since:
- 3.1
- Author:
- Nicklas
- Last modified
- $Date$