|
Relates :
|
For Constructor.getAnnotatedReturnType(), I don't think it can get
returned annotation type from below constructor AnnotationTypeTest01().
class AnnotationTypeTest01 {
public @TypeAnno1("TypeAnno1")
AnnotationTypeTest01() {
}
}
|