Registry / other / geronimo-annotation-1-0-spec

geronimo-annotation-1-0-spec

JSON →
library1.1.1javamavenunverified

Provides an open-source implementation of the JSR-250 Common Annotations specification.

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

Use the @Resource annotation for dependency injection as defined by JSR-250.

import javax.annotation.Resource; public class Example { @Resource private javax.sql.DataSource dataSource; }
Debug
Known issues
breakingThis spec is for Java EE 5; newer Java versions may use jakarta.annotation instead.
fix
Migrate to jakarta.annotation.Resource for Jakarta EE compatibility.
affects: >=1.1.1
Upgrade
Version history
1.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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