Registry / dependency-injection / javax-interceptor-api

javax-interceptor-api

JSON →
library1.2.2javamavenunverified

The javax.interceptor API for defining and using interceptors in Java EE applications.

<dependency> <groupId>javax.interceptor</groupId> <artifactId>javax.interceptor-api</artifactId> <version>1.2.2</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-INTERCEPTOR-
J
javax-interceptor-api
dependency-injectionjavav1.2.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.

Interceptor
javax.interceptor.Interceptor

Minimal example showing how to define an interceptor using the @Interceptor annotation.

import javax.interceptor.Interceptor; @Interceptor public class ExampleInterceptor { // ... interceptor logic }
Debug
Known issues
breakingThis API is part of Java EE; for Jakarta EE 9+, use jakarta.interceptor instead.
fix
Migrate to jakarta.interceptor for Jakarta EE 9+ projects.
affects: >=1.2.2
Upgrade
Version history
1.2.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
30
Resources
javax-interceptor-api — mvn dependency:get javax-interceptor-api · libregistry