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 withjava.lang.reflect.AnnotatedType
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.AnnotatedElement
getAnnotatedOwnerType(java.lang.reflect.AnnotatedElement value)
Returns the type's annotated owner type ornull
if this feature is not supported.
-
-
-
Method Detail
-
getAnnotatedOwnerType
@MaybeNull @Defaults java.lang.reflect.AnnotatedElement getAnnotatedOwnerType(java.lang.reflect.AnnotatedElement value)
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.
-
-