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

      • namespace

        String namespace
        The namespace URI of the namespace.
      • prefix

        String prefix
        The prefix for JavaScript object names.