-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: core-libs
-
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
-