@ApplicationScoped public class FallbackMethodGenericWildcardBeanA extends FallbackMethodGenericWildcardBeanB<String>
Constructor and Description |
---|
FallbackMethodGenericWildcardBeanA() |
Modifier and Type | Method and Description |
---|---|
String |
method(List<? extends String> a) |
fallback
@Fallback(fallbackMethod="fallback") public String method(List<? extends String> a)
Copyright © 2016 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.