Skip to content

Be less strict on getter / setter rules #17

@alechenninger

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.

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