Annotation Type ApiIgnore


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE,PARAMETER})
    public @interface ApiIgnore
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      A brief description of why this parameter/operation is ignored
    • Element Detail

      • value

        java.lang.String value
        A brief description of why this parameter/operation is ignored
        Returns:
        the description of why it is ignored
        Default:
        ""