Annotation Type Wrapper
The annotated class will only work as a wrapper when the condition matches.
-
Element Details
-
matches
String[] matchesthe extension names that need to be wrapped. default is matching when this array is empty.- Default:
{}
-
mismatches
String[] mismatchesthe extension names that need to be excluded.- Default:
{}
-
order
int orderabsolute ordering, optional ascending order, smaller values will be in the front of the list.- Returns:
- Default:
0
-