Class ResolvedWildcard

  • All Implemented Interfaces:
    ResolvedType

    public class ResolvedWildcard
    extends Object
    implements ResolvedType
    A wildcard can be: - unbounded (?) - have a lower bound (? super Number) - have an upper bound (? extends Number) It is not possible to have both a lower and an upper bound at the same time.
    Author:
    Federico Tomassetti