Skip to content

Support annotations for getter/setter properties #392

@khainke

Description

@khainke

Currently, the @Property Annotation is only available for fields, that are defined as such in the @entity.

Describe the solution you'd like

It would be nice to be able to add the @Property Annotation also to a getter (assuming a matching setter exists). This would just have the same effect on the property defined by the getter / setter pair as if it would have, would the annotation be attached to an equivalent field.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions