Skip to content

Obtain formal parameter names using Java reflection #549

Closed
@trohovsky

Description

@trohovsky

-parameters option for storing formal parameter names to bytecode was added in Java 8 to javac. It would be nice if formal parameter names in mapper classes were obtained by reflection. So, specifying a parameter name by @param annotation wouldn't be required.

Note that other libraries have already started to support this feature, for example Hibernate validator.

Metadata

Metadata

Assignees

Labels

enhancementImprove a feature or add a new feature

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions