Replace Usage of getParameterTypes().length with getParameterCount() #178 Signed-off-by: Clara Fang <clara.fang@gmail.com>
This repository contains the source for:
Note: From Jakarta EE 9 onwards the JAR containing the Glassfish implementation of the Jakarta Expression Language API only contains the implementation classes. It no longer contains a copy of the API classes which may be obtained from the API JAR.
Note: The Glassfish implementation is expected to move to a new repository shortly.
Jakarta Expression Language API can be built by executing the following from the project root:
cd api mvn clean package
The API jar can then be found in /impl/target.
Jakarta Expression Language specification can be built by executing the following from the project root:
cd spec mvn clean package
The API jar can then be found in /spec/target.
To make changes, fork this repository, make your changes, and submit a pull request.
Jakarta Expression Language defines an expression language for Java applications.