Skip to content

Allow bean creation with final fields #2

@tobiasstamann

Description

@tobiasstamann

It must be possible to create beans with final fields.

Final fields are usually initialized via constructor parameters.
Algorithm must try to map parameters via name.
Otherwise it could be explicitely mapped via an annotation on constructor parameters

Constraints:

  • Class must not have a noarg constructor
  • Constructor must not have any parameters which can't be mapped to (constant) fields or to super classes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions