@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE}) @Retention(value=RUNTIME) public @interface SuppressValidation
| Modifier and Type | Optional Element and Description |
|---|---|
String |
justification |
String[] |
value
The set of errors that are to be suppressed by the validation in the
annotated element.
|
Copyright © 2019 Electronic Arts Inc. All rights reserved.