JBoss Class File Writer is a byte code manipulating library used by EJB subsytem in WildFly project.
This project is deprecated. The preferred method for generating or parsing bytecode is the JDK classfile API which may be found in JDK 24 or later, or the classfile API backport project which runs on JDK 17 or later.
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
All issues can be reported at https://github.com/jbossas/jboss-classfilewriter/issues
All code can be found at https://github.com/jbossas/jboss-classfilewriter
All code distributed under ASL 2.0.