Module omix.api

Annotation Type IncludedItems


@Documented
@Target({FIELD,CONSTRUCTOR,METHOD,TYPE})
@OVLTarget({FIELD,ACCESSORY,CONSTRUCTOR,METHOD,TYPE_EXTENSION})
@Retention(RUNTIME)
public @interface IncludedItems
This annotation limits the applicabity of code to a set if items. The annotated item extension or individual field, method or accessory is only applied if the item's name is in the list (value()). Use it carefully. ExcludedItems may lead to NoSuchFieldExceptions and NoSuchMethodExceptions during code execution. Specify the exact names of the items in the document that sall be excluded.
Since:
Omix 1.8.0
Author:
Dr. Peter Droste, Omix Visualization
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String[] value
    Set of item names.
  • Element Details

    • value

      String[] value
      Set of item names.
      Returns:
      value