Skip to content
This repository has been archived by the owner on Aug 7, 2018. It is now read-only.

fuinorg/srcgen4javassist

Repository files navigation

srcgen4javassist

A small wrapper for Javassist that can be used to generate source files and bytecode.

For more details and examples see: http://www.fuin.org/srcgen4javassist/index.html

Build Status

Built on CloudBees

###Snapshots

Snapshots can be found on the OSS Sonatype Snapshots Repository.

Add the following to your .m2/settings.xml to enable snapshots in your Maven build:

<repository>
    <id>sonatype.oss.snapshots</id>
    <name>Sonatype OSS Snapshot Repository</name>
    <url>http://oss.sonatype.org/content/repositories/snapshots</url>
    <releases>
        <enabled>false</enabled>
    </releases>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>

About

A small wrapper for Javassist that can be used to generate source files and bytecode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages