@Retention(RUNTIME) @Target({METHOD,TYPE}) @Documented @Inherited @AbacAnnotation public static @interface PolicyValidator.PolicyStatement
| Modifier and Type | Required Element | Description |
|---|---|---|
String |
value |
The statement of this policy.
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
boolean |
inherit |
By default, all policy statements defined on all levels (application, class, method, field) are executed
in order.
|
String value
boolean inherit
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.