You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The animal sniffer annotations, specifically @IgnoreJRERequirement, are set to CLASS retention. Should this instead be SOURCE? Is there a reason they need to be retained in the .class file but not loaded by the VM?
Perhaps animal sniffer itself checks the .class files rather than the .java files?
The text was updated successfully, but these errors were encountered:
The animal sniffer annotations, specifically
@IgnoreJRERequirement
, are set to CLASS retention. Should this instead be SOURCE? Is there a reason they need to be retained in the .class file but not loaded by the VM?Perhaps animal sniffer itself checks the .class files rather than the .java files?
The text was updated successfully, but these errors were encountered: