@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface ScopeAnnotation
@Retention(RUNTIME).
For example:
@Retention(RUNTIME)@Target(TYPE, METHOD)@ScopeAnnotation public@interface SessionScoped {}
Copyright © 2006–2018 Google, Inc.. All rights reserved.