Skip to content

Don't copy @Override to builder methods #4

Description

@bgogetap

If the abstract methods are overriding from a parent interface, the annotation (if present) is copied over to the generated Builder class which causes compile time errors since the builder methods are not overriding anything.

The quick fix is to omit the @OverRide annotations, but this is not ideal.

Future version will not copy this annotation to the builder methods.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions