Maker icon indicating copy to clipboard operation
Maker copied to clipboard

Lightweight, full-featured, low-level dynamic Java class generator designed for ease of use.

Results 2 Maker issues
Sort by recently updated
recently updated
newest added

The list of JVM attributes not currently supported are: - RuntimeVisibleTypeAnnotations - RuntimeInvisibleTypeAnnotations

enhancement

Define a new `ClassFile` or `ClassInfo` interface which supports reading an existing class file and provides information regarding methods, fields etc. Like `ClassMaker`, it can be used wherever types are...

enhancement