Interface UnionType

All Superinterfaces:
AnnotatedConstruct, TypeMirror

public interface UnionType extends TypeMirror
Represents a union type. Union types can appear as the type of a multi-catch exception parameter.
See Java Language Specification:
14.20 The try statement
Since:
1.7