注释类型 Wrapper


  • @Retention(RUNTIME)
    public @interface Wrapper
    The annotated class will only work as a wrapper when the condition matches.
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      String[] matches
      the extension names that need to be wrapped.
      String[] mismatches
      the extension names that need to be excluded.
      int order
      absolute ordering, optional ascending order, smaller values will be in the front of the list.
    • 元素详细资料

      • matches

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

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

        int order
        absolute ordering, optional ascending order, smaller values will be in the front of the list.
        返回:
        默认值:
        0