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