Annotation Type JavascriptPrefixes


@Retention(RUNTIME) @Target(TYPE) public @interface JavascriptPrefixes
Use this annotation to control the names of JavaScript objects associated with this package.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An array of namespaceURI/prefix pairs, specified as JavascriptPrefix annotations.
  • Element Details

    • prefixes

      JavascriptPrefix[] prefixes
      An array of namespaceURI/prefix pairs, specified as JavascriptPrefix annotations.
      Default:
      {}