@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public static @interface AuthAction.Auth
This @Auth annotation can be used on every controller action (GUI or API) where authentication
and authorization are required. If no Role is added, then the default Role 'USER' is assumed.