[ 
https://issues.apache.org/jira/browse/MNG-6446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov updated MNG-6446:
--------------------------------
    Fix Version/s: waiting-for-feedback

> @Parameters Annotation does not function
> ----------------------------------------
>
>                 Key: MNG-6446
>                 URL: https://issues.apache.org/jira/browse/MNG-6446
>             Project: Maven
>          Issue Type: Bug
>          Components: Plugin API
>            Reporter: Jonathan S Fisher
>            Priority: Major
>              Labels: bug
>             Fix For: waiting-for-feedback
>
>
> If you create a plugin with the following code:
> {code:java}
> @Named
> @Singleton
> public class FileKeysCache implements KeysCache {
>   @Inject
>   private Logger logger;
>   @Inject
>   @Parameters
>   private Map<String, String> parameters;
> }
> {code}
> The `parameters` field is always a blank map. The doc here says is should be 
> a map of parameters: 
> https://wiki.eclipse.org/Sisu/PlexusMigration#.40Configuration



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to