Registry / utility / geronimo-annotation-1-1-spec

geronimo-annotation-1-1-spec

JSON →
library1.0.1javamavenunverified

Apache Geronimo implementation of the Java Annotation 1.1 specification API.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-annotation_1.1_spec</artifactId> <version>1.0.1</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-ANNOTATIO
G
geronimo-annotation-1-1-spec
utilityjavav1.0.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.

Resource
javax.annotation.Resource

Minimal usage of @Resource annotation

import javax.annotation.Resource; public class Example { @Resource private String example; public static void main(String[] args) { System.out.println("Annotation spec available"); } }
Debug
Known issues
gotchaThis spec is for Java EE 5; javax.annotation package may be deprecated in newer Java versions.
fix
Use jakarta.annotation for Java EE 8+ or migrate to Java SE platform annotations.
affects: *
Upgrade
Version history
1.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
3
Resources
geronimo-annotation-1-1-spec — mvn dependency:get geronimo-annotation-1-1-spec · libregistry