uCosminexus Application Server, Web Service Development Guide
This subsection describes a path specifying an annotation supported by the JAX-RS engine.
The javax.ws.rs.Path annotation specifies the path of a resource. The annotated class is considered as a root resource class when you use the javax.ws.rs.Path annotation at the class level. The annotated method is considered as a sub-resource method or a sub-resource locator when you use the javax.ws.rs.Path annotation at the method level. You can use the javax.ws.rs.Path annotation in:
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.