Annotation Interface 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
    Class<?>[]
     
  • Element Details

    • value

      Class<?>[] value
      Default:
      {jakarta.inject.Inject.class}