Common annotations for the Java platform, including @Resource and @PostConstruct.
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</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 resource injection.
Use jakarta.annotation for new projects; migrate existing code.
No dependency data recorded yet.