ropalka / jboss-classfilewriter

JBoss Class File Writer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JBoss Class File Writer

JBoss Class File Writer is a byte code manipulating library used by EJB subsytem in 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-classfilewriter/issues

Code

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

License

All code distributed under ASL 2.0.

About

JBoss Class File Writer

License:Apache License 2.0


Languages

Language:Java 100.0%