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 Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Permission>
    Determines the permission interface.
  • Element Details

    • value

      Class<? extends Permission> value
      Determines the permission interface.
      Returns:
      the interface