@Retention(value=CLASS)
@Target(value={CONSTRUCTOR,FIELD,METHOD,TYPE})
public @interface SuppressForbidden
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
reason |
Copyright © 2008–2018 The Netty Project. All rights reserved.