Uses of Interface
com.thoughtworks.qdox.model.JavaWildcardType
-
Packages that use JavaWildcardType Package Description com.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of JavaWildcardType in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaWildcardType Modifier and Type Class Description class
DefaultJavaWildcardType
Equivalent ofWildcardType
This class supports both the 'super' and 'extends' wildcards.
-