Interface TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedMethodReturnType.Dispatcher
-
Method Summary
Modifier and TypeMethodDescriptiongetAnnotatedReturnType(Method method) Resolves the supplied method's annotated return type.
-
Method Details
-
getAnnotatedReturnType
Resolves the supplied method's annotated return type.- Parameters:
method- The executable for which to resolve the annotated return type.- Returns:
- The return type annotations or
nullif this feature is not supported.
-