Annotation Type Policy.PolicySpec
-
@Retention(RUNTIME) @Target(TYPE) public static @interface Policy.PolicySpec
An optional annotation to declare additional capabilities.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Policy.Characteristic[]characteristicsThe event features that this policy supports.StringnameThe policy's unique name.
-
-
-
Element Detail
-
name
String name
The policy's unique name.- Default:
- ""
-
-
-
characteristics
Policy.Characteristic[] characteristics
The event features that this policy supports.- Default:
- {}
-
-