Package org.atmosphere.inject.annotation
Annotation Type RequestScoped
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface RequestScopedAn annotation forInjectIntrospectorused to decide when the injection must happens. Classes using this annotation must be Thread safe.- Author:
- Jeanfrancois Arcand
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>[]value
-