Annotation Interface AbacAnnotation
@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
@Documented
@Inherited
public @interface AbacAnnotation
Meta annotation for ABAC attribute annotations.
Annotations annotated with this annotation MUST be processed by ABAC security provider if present
and authorization should be denied if they are not.
RolesAllowed
is considered meta-annotated by default.