Description
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.