History log of /openjdk10/jdk/test/java/lang/annotation/typeAnnotations/GetAnnotatedReceiverType.java
Revision Date Author Comments
# 15491:6f390eafc676 31-Aug-2016 shurailine

8164982: Fix legal notices in java/lang, java/net, java/util tests.
Reviewed-by: darcy, iris


# 10462:193b65ba9bc5 12-Aug-2014 jfranck

8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
Summary: Update javadoc and align implementation with new spec
Reviewed-by: psandoz


# 8264:15955d335cd0 30-Sep-2013 jfranck

8007072: Update Core Reflection for Type Annotations to match latest spec
8022324: j.l.Class.getAnnotatedInterfaces() for array type returns wrong value
8024915: j.l.r.Executable.getAnnotatedReceiverType() should return null for static methods
Summary: Update javadoc and implementation of reflection for type annotations to match latest spec
Reviewed-by: darcy