- All Superinterfaces:
- java.lang.reflect.Type
@ProviderType
public interface IntersectionType
extends java.lang.reflect.Type
An intersection type, as described in the Java 8 language specification.
Roughly, such a type generally behaves as a class which extends each of its
component types, but is otherwise an empty definition.