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
-