Class WildcardTypeImpl

java.lang.Object
io.quarkus.arc.impl.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