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