Annotation Type NoneScoped


  • Deprecated. 
    This has been replaced by javax.enterprise.context.Dependent, which is a CDI build-in scope with approximately similar semantics.

    @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    @Deprecated
    public @interface NoneScoped

    When this annotation, along with ManagedBean is found on a class, the runtime must act as if a <managed-bean-scope>none<managed-bean-scope> element was declared for the corresponding managed bean.

    Since:
    2.0