Interface WildcardTypeInfo<T,​C>

  • All Superinterfaces:
    Locatable, TypeInfo<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