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