[ 
https://jira.codehaus.org/browse/MSHADE-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy updated MSHADE-92:
-------------------------------

    Labels: moreinfo  (was: )
    
> Annotated Method Parameters Not Shaded
> --------------------------------------
>
>                 Key: MSHADE-92
>                 URL: https://jira.codehaus.org/browse/MSHADE-92
>             Project: Maven 2.x Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 1.4
>         Environment: JDK 1.6.0r21
>            Reporter: Greg Wittel
>              Labels: moreinfo
>
> When shading a function or constructor like
> {code:java}@JsonCreator
> public MyClass(@JsonProperty("blah") String blah) {
> }{code}
> The @JsonProperty annotation is not shaded.  I decompiled the resulting 
> .class file and you see '@JsonCreator' is properly shaded, while 
> @JsonProperty is not.  This is probably related to MSHADE-79.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to