Registry / other / tomcat-annotations-api

tomcat-annotations-api

JSON →
library11.0.2javamavenunverified

Provides the annotations API used by Apache Tomcat for servlet and web application metadata.

<dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-annotations-api</artifactId> <version>11.0.2</version> </dependency>
INSTALL
IMPORT
SIG · TOMCAT-ANNOTATIONS
T
tomcat-annotations-api
otherjavav11.0.2
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

Example using @Resource annotation for dependency injection.

import javax.annotation.Resource; public class MyService { @Resource private DataSource dataSource; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
tomcat-annotations-api — mvn dependency:get tomcat-annotations-api · libregistry