Top Description Methods
io.netty.util

public @Interface SuppressForbidden

extends Annotation
Annotations
@Retention:CLASS
@Target:CONSTRUCTOR, FIELD, METHOD, TYPE
Imports
java.lang.annotation.ElementType, .Retention, .RetentionPolicy, .Target

Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.

Method Summary

Modifier and TypeMethod and Description
public String
Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString

Method Detail

reasonback to summary
public String reason()