Package io.webfolder.cdp
Annotation Type JsFunction
-
@Retention(RUNTIME) @Target(METHOD) public @interface JsFunction
JsFunction marks a functional interface as being the definition of a JavaScript function.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
javascript function body
-