|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={}) public @interface JavascriptPrefix
This annotation specifies the string prefix for names of JavaScript objects derived from a particular
namespace. It is used with JavascriptPrefixes
.
Required Element Summary | |
---|---|
java.lang.String |
namespace
The namespace URI of the namespace. |
java.lang.String |
prefix
The prefix for JavaScript object names. |
Element Detail |
---|
public abstract java.lang.String namespace
public abstract java.lang.String prefix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |