Package com.avoka.tm.security
Annotation Interface FluentSecurityPermission
@Target({CONSTRUCTOR,METHOD})
@Retention(RUNTIME)
@Documented
public @interface FluentSecurityPermission
The annotation for checking user access.
It should be used for class constructors or methods
- Since:
- 21.11.0
-
Optional Element Summary
-
Element Details
-
permissions
String[] permissions- Default:
- {""}
-