JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.netty.util
SuppressForbidden
Contents
Description
Required Element Summary
Element Details
reason
Hide sidebar
Show sidebar
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
String
reason
Element Details
reason
String
reason