|
Apache CXF API | |||||||||
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 | |
---|---|
String |
namespace
The namespace URI of the namespace. |
String |
prefix
The prefix for JavaScript object names. |
Element Detail |
---|
public abstract String namespace
public abstract String prefix
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |