JSR 250: Common Annotations for the Java Platform provides annotations like @Resource, @PostConstruct, etc.
<dependency>
<groupId>org.jboss.spec.javax.annotation</groupId>
<artifactId>jboss-annotations-api_1.2_spec</artifactId>
<version>1.0.2.Final</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of @Resource annotation for dependency injection.
Use jakarta.annotation:jakarta.annotation-api for newer versions.
No dependency data recorded yet.