Annotation Type Dependency
Links to
JavaScript interface dependencies which needs to be loaded before interface's method can be invoked.- Author:
- Lukas Fryc
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<?>[]Array of dependencies - interfaces annotated byJavaScriptannotation.String[]Array of URLs pointing to resources containing needed JavaScript source code.
-
Element Details
-
sources
String[] sourcesArray of URLs pointing to resources containing needed JavaScript source code.- Default:
- {}
-
interfaces
Class<?>[] interfacesArray of dependencies - interfaces annotated byJavaScriptannotation.- Default:
- {}
-