@Retention(value=RUNTIME) @Target(value=METHOD) public @interface PermissionProvider
This annotation can be used to mark a method of a PrincipalEntity class is permission provider.
The method signature of the class must be:
public String methodName();
Specifically, the method shall returns a list of permission names separated by StringTokenSet.SEPARATOR
Copyright © 2015–2019 ActFramework. All rights reserved.