@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-2014 Google, Inc.. All Rights Reserved.