@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface ScopeAnnotation
@Retention(RUNTIME). For example:
@Retention(RUNTIME)@Target(TYPE)@ScopeAnnotation public@interface SessionScoped {}
Copyright © 2009–2016. All rights reserved.