Class Util.WildcardTypeImpl

java.lang.Object
com.ryanharter.auto.value.gson.internal.Util.WildcardTypeImpl
All Implemented Interfaces:
Type, WildcardType
Enclosing class:
Util

public static final class Util.WildcardTypeImpl extends Object implements WildcardType
The WildcardType interface supports multiple upper bounds and multiple lower bounds. We only support what the Java 6 language needs - at most one bound. If a lower bound is set, the upper bound must be Object.class.