Registry / web-framework / enunciate-core-annotations

enunciate-core-annotations

JSON →
library1.30.1javamavenunverified

Enunciate core annotations.

<dependency> <groupId>org.codehaus.enunciate</groupId> <artifactId>enunciate-core-annotations</artifactId> <version>1.30.1</version> </dependency>
INSTALL
IMPORT
SIG · ENUNCIATE-CORE-ANN
E
enunciate-core-annotations
web-frameworkjavav1.30.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ResourceLabel
org.codehaus.enunciate.jaxrs.ResourceLabel

Minimal JAX-RS resource annotated with Enunciate @ResourceLabel.

import org.codehaus.enunciate.jaxrs.ResourceLabel; import javax.ws.rs.GET; import javax.ws.rs.Path; @Path("/hello") @ResourceLabel("Hello Resource") public class HelloResource { @GET public String sayHello() { return "Hello!"; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.30.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
enunciate-core-annotations — mvn dependency:get enunciate-core-annotations · libregistry