bowbahdoe/magic-bean
A very basic library which will generate getters and setters.
Leverages Java 21+ annotation processors to generate sealed abstract base classes with typed accessor methods, avoiding compiler manipulation by producing standard source code. Generates equals/hashCode, toString, and all-argument static factories as optional features, targeting POJO-heavy codebases while maintaining explicit, auditable boilerplate compared to bytecode-manipulation approaches. Integrates with JPA/Hibernate and Rife2 frameworks with a minimal ~350-line single-file implementation designed for customization.
No commits in the last 6 months.
Stars
97
Forks
12
Language
Java
License
—
Category
Last pushed
Feb 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/bowbahdoe/magic-bean"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dromara/fast-request
IntelliJ IDEA plugin Fast Request
square/kotlinpoet
A Kotlin API for generating .kt source files.
ZacSweers/MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
Kotlin/kotlinx-schema
Kotlin Multiplatform library that generates JSON Schemas from your methods and classes both at...
cnrture/QuickProjectWizard
🚀 Ultimate Android development companion for Android Studio. Create projects with modern...