All Implemented Interfaces:
Substitution

public class RawTypeBinding extends ParameterizedTypeBinding
Denote a raw type, i.e. a generic type referenced without any type arguments. e.g. X<T extends Exception> can be used a raw type 'X', in which case it will behave as X<Exception>