| Package | Description |
|---|---|
| org.jboss.cdi.tck.tests.event.resolve.typeWithParameters |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Qux.QuxNumber |
protected static class |
Qux.QuxString |
protected static class |
Qux.QuxStringList |
| Modifier and Type | Method and Description |
|---|---|
void |
WildcardObserver.observeTypeParameterWildcard(Qux<?> qux) |
void |
WildcardObserver.observeTypeParameterWildcardLower(Qux<? super Integer> qux) |
void |
WildcardObserver.observeTypeParameterWildcardUpper(Qux<? extends List> qux) |
Copyright © 2008–2016 CDI TCK. All rights reserved.