-
- All Superinterfaces:
java.lang.reflect.AnnotatedElement
,java.lang.reflect.AnnotatedType
- All Known Implementing Classes:
AnnotatedCaptureTypeImpl
public interface AnnotatedCaptureType extends java.lang.reflect.AnnotatedType
Annotated equivalent ofCaptureType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.AnnotatedType[]
getAnnotatedLowerBounds()
java.lang.reflect.AnnotatedTypeVariable
getAnnotatedTypeVariable()
java.lang.reflect.AnnotatedType[]
getAnnotatedUpperBounds()
java.lang.reflect.AnnotatedWildcardType
getAnnotatedWildcardType()
void
setAnnotatedUpperBounds(java.lang.reflect.AnnotatedType[] upperBounds)
-
-
-
Method Detail
-
getAnnotatedUpperBounds
java.lang.reflect.AnnotatedType[] getAnnotatedUpperBounds()
-
getAnnotatedLowerBounds
java.lang.reflect.AnnotatedType[] getAnnotatedLowerBounds()
-
getAnnotatedTypeVariable
java.lang.reflect.AnnotatedTypeVariable getAnnotatedTypeVariable()
-
getAnnotatedWildcardType
java.lang.reflect.AnnotatedWildcardType getAnnotatedWildcardType()
-
setAnnotatedUpperBounds
void setAnnotatedUpperBounds(java.lang.reflect.AnnotatedType[] upperBounds)
-
-