Class JandexReflection.TypeVariableImpl<D extends GenericDeclaration>

java.lang.Object
org.jboss.jandex.JandexReflection.TypeVariableImpl<D>
All Implemented Interfaces:
AnnotatedElement, Type, TypeVariable<D>
Enclosing class:
JandexReflection

private static class JandexReflection.TypeVariableImpl<D extends GenericDeclaration> extends Object implements TypeVariable<D>
An implementation of TypeVariable that is NOT compatible with the JDK's implementation (as in, the equals() and hashCode() methods do not work as expected).