[MPLUGIN-419] Allow @Parameter on setters methods#151
[MPLUGIN-419] Allow @Parameter on setters methods#151slawekjaranowski merged 1 commit intomasterfrom
@Parameter on setters methods#151Conversation
slawekjaranowski
commented
Oct 15, 2022
- new implementation
- remove some of unused or unneeded methods
|
Would be good to update https://maven.apache.org/guides/plugin/guide-java-plugin-development.html#parameters and https://maven.apache.org/developers/mojo-api-specification.html subsequently. |
Agree - documentation should be updated .... we need to review it after release |
c2c07f9 to
841e5c4
Compare
841e5c4 to
615de3c
Compare
|
@kwin thanks for approve. |
Still looks good ;-) |
|
Looks good (apart from the very minor indentation issue). |
- new implementation - remove some of unused or unneeded methods
615de3c to
2285c6c
Compare
We can add support for I hope we can also add support for old and new annotation together. |
I don't think so at the moment. The question is more whether sisu-inject supports injecting components using setters, but I would think so.
That's done in #117 . Both annotation packages are supported. It's ready for review (may need to rebase based on recent changes), but I think it would be better in a new major version of the plugin tools. |
|
Resolve #726 |