@Target(value=METHOD) @Inherited @Retention(value=RUNTIME) public @interface JsCallFunction
return showMessage.apply(null,arguments);
To provide your own source, you must declare following:
@JsCallFunction("classpath:vani-jquery-call.js")
public String call(@JsFunctionName String functionName,@JsFunctionArguments Object... args);
JsFunctionArguments,
JsFunctionNamepublic abstract String value
Copyright © 2016. All rights reserved.