Interface GenericMetadataSupport.BoundedType
-
- All Superinterfaces:
java.lang.reflect.Type
- All Known Implementing Classes:
GenericMetadataSupport.TypeVarBoundedType
,GenericMetadataSupport.WildCardBoundedType
- Enclosing class:
- GenericMetadataSupport
public static interface GenericMetadataSupport.BoundedType extends java.lang.reflect.Type
Type representing bounds of a type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.Type
firstBound()
java.lang.reflect.Type[]
interfaceBounds()
-