Class WildcardTypeImpl

java.lang.Object
org.jboss.weld.util.reflection.WildcardTypeImpl
All Implemented Interfaces:
Type, WildcardType

public class WildcardTypeImpl extends Object implements WildcardType
Implementation of WildcardType. Per JLS a wildcard may define either the upper bound or the lower bound. A wildcard may not have multiple bounds.
Author:
Jozef Hartinger