org.apache.cxf.javascript
Annotation Type JavascriptPrefix


@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

namespace

public abstract java.lang.String namespace
The namespace URI of the namespace.


prefix

public abstract java.lang.String prefix
The prefix for JavaScript object names.



Apache CXF