- All Implemented Interfaces:
- Type
- Enclosing class:
- EventTypeAssignabilityRules
protected static class EventTypeAssignabilityRules.ActualTypeHolder
extends Object
implements Type
This is a helper class that holds the raw type and the actual type arguments of a Type. In case of arrays, the raw type
is the raw type of the array, while the actualTypeArguments are the actualTypeArguments of the component type of the
array.