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