Annotation Type JavascriptPrefix


@Retention(RUNTIME) @Target({}) 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

    Required Elements
    Modifier and Type
    Required Element
    Description
    The namespace URI of the namespace.
    The prefix for JavaScript object names.
  • Element Details

    • namespace

      String namespace
      The namespace URI of the namespace.
    • prefix

      String prefix
      The prefix for JavaScript object names.