org.stjs.javascript.annotation
Annotation Type STJSBridge
@Target(value={TYPE,PACKAGE})
@Retention(value=RUNTIME)
public @interface STJSBridge
This annotation is used to mark types that part of a bridge library (like the jquery one). The source the javascript
implementation is found should be set. The annotation can also be set on the package containing the type or any other
parent package.
- Author:
- acraciun
sources
public abstract String[] sources
- Default:
- ""
Copyright © 2012. All Rights Reserved.