This repository contains the code for Jakarta Interceptors.
Jakarta Interceptors can be built by executing the following from the project root:
mvn clean package
The API jar can then be found in /api/target.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Interceptors defines a means of interposing on business method invocations and specific events—such as lifecycle events and timeout events—that occur on instances of Jakarta EE components and other managed classes.