@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Documented
@Inherited
@AbacAnnotation
public static @interface PolicyValidator.PolicyStatement
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.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 java.lang.String value
public abstract boolean inherit
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.