@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 is required. If no Role is added than the default Role 'USER' is assumed.