jakartaee / interceptors

Jakarta Interceptors

Home Page:https://eclipse.org/ee4j/interceptors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Jakarta Interceptors

https://eclipse.org/ee4j/interceptors

License:Other


Languages

Language:Java 72.0%Language:HTML 28.0%