Hello,I'd like to upgrade the existing AnnotatedElement.isAnnotationPresent interface method to a default method:
8007113 Upgrade AnnotatedElement.isAnnotionPresent to be a default method
http://cr.openjdk.java.net/~darcy/8007113.0/
This ends up removing several copies of the same logic in the JDK; all
reflection and annotations regression test pass with this change.
Thanks, -Joe
