public static class GenericMetadataSupport.WildCardBoundedType extends Object implements GenericMetadataSupport.BoundedType
The JLS says that lower bound and upper bound are mutually exclusive, and that multiple bounds are not allowed.
| Constructor and Description |
|---|
GenericMetadataSupport.WildCardBoundedType(WildcardType wildcard) |
public GenericMetadataSupport.WildCardBoundedType(WildcardType wildcard)
public Type firstBound()
firstBound in interface GenericMetadataSupport.BoundedTypepublic Type[] interfaceBounds()
interfaceBounds in interface GenericMetadataSupport.BoundedTypepublic WildcardType wildCard()