Apache CXF API

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
 String namespace
          The namespace URI of the namespace.
 String prefix
          The prefix for JavaScript object names.
 

Element Detail

namespace

public abstract String namespace
The namespace URI of the namespace.


prefix

public abstract String prefix
The prefix for JavaScript object names.


Apache CXF API

Apache CXF