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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to define an interceptor using the @Interceptor annotation.
Migrate to jakarta.interceptor for Jakarta EE 9+ projects.
No dependency data recorded yet.