@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Inherited public @interface RequiresAuthentication
@RequiresAuthentication public void someMethod() { ... }
Copyright © 2025. All rights reserved.