public abstract class FallbackMethodInterfaceBeanB extends Object implements FallbackMethodInterfaceBeanC
Constructor and Description |
---|
FallbackMethodInterfaceBeanB() |
Modifier and Type | Method and Description |
---|---|
String |
method(int a,
Long b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fallback
@Fallback(fallbackMethod="fallback") public String method(int a, Long b)
Copyright © 2016 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.