Annotated Method Parameters Not Shaded
--------------------------------------

                 Key: MSHADE-92
                 URL: http://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


When shading a function or constructor like

@JsonCreator
public MyClass(@JsonProperty("blah") String blah) {
}

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 contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to