Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Add ability to inject properties in private classes #8

@michaelcouck

Description

@michaelcouck

Hi,

This is more a feature request than a bug ;)

With non-public classes, where the setters are either constructed manually or using a tool like lombok, the setter is not found. Perhaps a Class#methods() is the accessor for the setter methods, but presumably these are not visible. Perhaps a direct field setter option on the property annotation whereby the field is set directly, and not using a method?

Regards,
Michael

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions