Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 732 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 732 Bytes

Jakarta Interceptors

This repository contains the code for Jakarta Interceptors.

Online JavaDoc

Building

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.

Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.

About Jakarta Interceptors

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.