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.TypeType representing bounds of a type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.reflect.TypefirstBound()java.lang.reflect.Type[]interfaceBounds()
-