-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b82
-
Verified
Both Method and Constructor declares:
/**
* {@inheritDoc}
* @since 1.8
*/
public AnnotatedType getAnnotatedReturnType() {
return getAnnotatedReturnType0(getGenericReturnType());
}
but there is no doc in Executable to inherit from.
/**
* {@inheritDoc}
* @since 1.8
*/
public AnnotatedType getAnnotatedReturnType() {
return getAnnotatedReturnType0(getGenericReturnType());
}
but there is no doc in Executable to inherit from.
- relates to
-
JDK-8013541 Revise javadoc for Executable.getAnnotatedReturnType()
-
- Closed
-
-
JDK-8004698 Implement Core Reflection for Type Annotations
-
- Closed
-