@ApplicationScoped public class FallbackMethodWildcardBean extends Object
FallbackMethodWildcardBean()
String
fallback(List<?> b)
method(List<?> a)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FallbackMethodWildcardBean()
@Fallback(fallbackMethod="fallback") public String method(List<?> a)
public String fallback(List<?> b)
Copyright © 2020 Eclipse Foundation. All rights reserved.