Package io.netty.util
Annotation Type SuppressForbidden
-
@Retention(CLASS) @Target({CONSTRUCTOR,FIELD,METHOD,TYPE}) public @interface SuppressForbidden
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
reason
-