@Retention(value=CLASS)
@Target(value={CONSTRUCTOR,FIELD,METHOD,TYPE})
public @interface SuppressForbidden
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
reason
A reason for suppressing should always be given.
|
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.