Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

add builder support on inner data classes #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vboulaye
Copy link

This is an attempt at supporting @Builder on inner classes (right now the Builder class is created with the just the inner class name instead of a more "qualified name").

It creates a builder class named after the enclosing classes: <enclosing class name>_<inner class name>Builder

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant