Annotation Type RequestScoped


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface RequestScoped
    An annotation for InjectIntrospector used 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  
    • Element Detail

      • value

        java.lang.Class<?>[] value
        Default:
        {javax.inject.Inject.class}