Package com.sun.xml.bind.v2.model.core
Interface WildcardTypeInfo<T,C>
-
- All Known Implementing Classes:
CWildcardTypeInfo
public interface WildcardTypeInfo<T,C> extends TypeInfo<T,C>
Type referenced as a result of having the wildcard. TODO: think about how to gracefully handle the difference between LAX,SKIP, and STRICT.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
-
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable
getLocation, getUpstream
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo
canBeReferencedByIDREF, getType
-
-