javax.servlet.sip.annotation
Annotation Type SipListener
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface SipListener
The @SipListener annotation allows the application
developer to specify a listener without declaring
it in the deployment descriptor of the application.
The listener type is inferred from the interfaces
implemented by the target class
- Since:
- 1.1
applicationName
public abstract java.lang.String applicationName
- Default:
- ""
description
public abstract java.lang.String description
- Default:
- ""