@Retention(value=RUNTIME) @Documented @Target(value={METHOD,CONSTRUCTOR,TYPE}) public @interface SuppressRestrictedWarnings
Indicates that certain classes annotated with Restricted annotations should be skipped during the
access-modifier-check.
Warning! Classes are markes as Restricted for a reason! Do not use these suppressions lightly.
Use at your own risk
| Modifier and Type | Required Element and Description |
|---|---|
Class<?>[] |
value
The classes that are marked as
Restricted that should be skipped from the scan. |
public abstract Class<?>[] value
Restricted that should be skipped from the scan.Copyright © 2018. All rights reserved.