immutables
immutables copied to clipboard
Cannot use stagedBuilder=true and @Value.Enclosing
If the outer class is annotated with @Value.Enclosing
and a nested interface/abstract class is annotated with @Value.Style(stagedBuilder = true)
then the generated immutable class doesn't actually have a staged builder.
@elucash this is really important for me and I'd love to make the change -- do you think you would accept it?
@dsinghvi sorry for the late response. This seems like omission and something which is fixable. Are you referring to providing PR for this or just asking if this is something that can be fixed? Have nothing against it, but it might involve some (potentially) fragile change.
@elucash would be happy to provide a PR for this -- any pointers as to where to look?