Skip to content

Be less strict on getter / setter rules #17

Description

@alechenninger

Right now using java.beans.Introspector requires setters to return void, which prevents having convenient setters which return this. Really I don't care about java beans' rules, we could just find all getX and setX methods and call it a day.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions