Annotation Interface SubtypableRelatedItems


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface SubtypableRelatedItems
Annotation that can be used by Subtypable items to tell about related items. The related items should also be subtypable items. The annotation should be put on the Subtypable.getItemSubtype() method. Example:
@Override
@SubtypableRelatedItems({Item.FILE})
public ItemSubtype getItemSubtype()
{
...
}
Since:
3.0
Author:
Nicklas
Last modified
$Date: 2011-10-24 15:02:46 +0200 (må, 24 okt 2011) $
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      Item[] value
      Default:
      {}