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.AnnotatedElementgetAnnotatedOwnerType(java.lang.reflect.AnnotatedElement value)Returns the type's annotated owner type ornullif 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 ornullif this feature is not supported.- Parameters:
value- The annotated type to resolve.- Returns:
- The annotated owner type for the supplied annotated type or
nullif this feature is not supported.
-
-