Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8016400 | 8 | Rickard Backman | P3 | Closed | Fixed | b94 |
For Constructor.getAnnotatedReturnType(), I don't think it can get
returned annotation type from below constructor AnnotationTypeTest01().
class AnnotationTypeTest01 {
public @TypeAnno1("TypeAnno1")
AnnotationTypeTest01() {
}
}
returned annotation type from below constructor AnnotationTypeTest01().
class AnnotationTypeTest01 {
public @TypeAnno1("TypeAnno1")
AnnotationTypeTest01() {
}
}
- backported by
-
JDK-8016400 Constructor.getAnnotatedReturnType() returns empty AnnotatedType
- Closed
- relates to
-
JDK-8009719 core reflection should get type annotation data from the VM lazily
- Closed