Package net.bytebuddy.description.type
Interface TypeDescription.Generic.AnnotationReader.ForOwnerType.AnnotatedType
- Enclosing class:
- TypeDescription.Generic.AnnotationReader.ForOwnerType
@Proxied("java.lang.reflect.AnnotatedType")
protected static interface TypeDescription.Generic.AnnotationReader.ForOwnerType.AnnotatedType
A proxy to interact with
java.lang.reflect.AnnotatedType
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the type's annotated owner type ornull
if this feature is not supported.
-
Method Details
-
getAnnotatedOwnerType
Returns the type's annotated owner type ornull
if this feature is not supported.- Parameters:
value
- The annotated type to resolve.- Returns:
- The annotated owner type for the supplied annotated type or
null
if this feature is not supported.
-