@Inherited
@NormalScope(passivating=true)
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface SipApplicationSessionScoped
Contexts and Dependency Injection (CDI) technology, provides a uniform framework for the
dependency injection and lifecycle management of “managed beans”. As per CDI technology,
lifecycle of a bean is decided by its specified scope.
Specifies that a bean is sip application session scoped. Thus the beans are destroyed
when the SipApplicationSession under which it is created becomes invalid.
- Since:
- 2.0