注释类型 Ignore


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE,PARAMETER})
    public @interface Ignore
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      java.lang.String value
      A brief description of why this parameter/operation is ignored
    • 元素详细资料

      • value

        java.lang.String value
        A brief description of why this parameter/operation is ignored
        返回:
        the description of why it is ignored
        默认值:
        ""