cojen/Maker
Cojen/Maker is a lightweight, full-featured, low-level dynamic Java class generator designed for ease of use.
This tool helps Java developers create new Java classes and methods dynamically at runtime, essentially writing code on the fly. You provide the logic and structure you want for a new class or method, and it generates the corresponding Java bytecode. This is useful for developers building compilers, scripting languages, or high-performance utilities that need to generate specialized code during application execution.
Use this if you need to generate Java classes or methods dynamically within your application for purposes like creating custom code for a domain-specific language or optimizing performance by generating highly specialized code.
Not ideal if you want to modify existing Java classes, implement instrumentation agents, or if you need to read existing class symbols.
Stars
66
Forks
3
Language
Java
License
Apache-2.0
Category
Last pushed
Mar 18, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/cojen/Maker"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
INRIA/spoon
Spoon is a metaprogramming library to analyze and transform Java source code. :spoon: is made...
phax/jcodemodel
A heavily extended fork of the com.sun.codemodel (from 2013/09)
avaje/avaje-http
Controller generation for Javalin, Helidon SE.
x-hansong/CodeMaker
A idea-plugin for Java/Scala, support custom code template.
overturetool/overture
The Overture Tool