@Documented @Target({FIELD,CONSTRUCTOR,METHOD,TYPE}) @OVLTarget({FIELD,ACCESSORY,CONSTRUCTOR,METHOD,TYPE_EXTENSION}) @Retention(RUNTIME) public @interface ExcludedItems
This annotation avoids that a set if items is extended by
the annotated item extension or individual field, method or accessory.
Use it carefully.
ExcludedItems
may lead to NoSuchFieldException
s
and NoSuchMethodException
s 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