@Inherited
@NormalScope
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface SipInvocationScoped
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 invocation scoped. The beans with this scope will be destroyed
when the invocation of SIP servlet or SIP servlet POJO gets completed for a message.
- Since:
- 2.0