@Retention(value=CLASS)
@Target(value={METHOD,TYPE})
public @interface SuppressForbidden
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
A reason for suppressing should always be given.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.