An open API service indexing awesome lists of open source software.

https://github.com/wildfly/jboss-invocation

JBoss Invocation API
https://github.com/wildfly/jboss-invocation

Last synced: 9 months ago
JSON representation

JBoss Invocation API

Awesome Lists containing this project

README

          

## JBoss Invocation

JBoss Invocation is an efficient Java proxies generation library used by many subsytems in [WildFly](https://github.com/wildfly/wildfly) project.

## Building

Prerequisites:

* JDK 11 or newer - check `java -version`
* Maven 3.6.0 or newer - check `mvn -v`

To build with your own Maven installation:

mvn install

## Issue tracker

All issues can be reported at https://github.com/jbossas/jboss-invocation/issues

## Code

All code can be found at https://github.com/jbossas/jboss-invocation

## License

All code distributed under [ASL 2.0](LICENSE.txt).