Version

@SipServlet

@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface SipServlet

The @SipServlet annotation simplifies the declaration of SIP servlet metadata by embedding it directly into the code, removing the need for a deployment descriptor. 

Sign in to read the full article