Package jakarta.ws.rs

Annotation Interface ApplicationPath


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface ApplicationPath
Identifies the application path that serves as the base URI for all resource URIs provided by Path. May only be applied to a subclass of Application.

When published in a Servlet container, the value of the application path may be overridden using a servlet-mapping element in the web.xml.

Since:
1.1
See Also: