注释类型 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.
    • 元素详细资料

      • matches

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

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