Annotation Type Wrapper


@Retention(RUNTIME) public @interface Wrapper
The annotated class will only work as a wrapper when the condition matches.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    the extension names that need to be wrapped.
    the extension names that need to be excluded.
    int
    absolute ordering, optional ascending order, smaller values will be in the front of the list.
  • Element Details

    • matches

      String[] matches
      the extension names that need to be wrapped. default is matching when this array is empty.
      Default:
      {}
    • mismatches

      String[] mismatches
      the extension names that need to be excluded.
      Default:
      {}
    • order

      int order
      absolute ordering, optional ascending order, smaller values will be in the front of the list.
      Returns:
      Default:
      0