Class WildcardTypeImpl

java.lang.Object
org.jboss.resteasy.reactive.common.util.types.WildcardTypeImpl
All Implemented Interfaces:
Type, WildcardType

public class WildcardTypeImpl extends Object implements WildcardType
This code was mainly copied from Weld codebase. Implementation of WildcardType. Note that per JLS a wildcard may define either the upper bound or the lower bound. A wildcard may not have multiple bounds.
Author:
Jozef Hartinger