Annotation Interface PermissionService
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@MappedService(PermissionService.class)
public @interface PermissionService
Annotation to express that the annotated class
is an implementation of a permission.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends Permission> Determines the permission interface.
-
Element Details
-
value
-