Annotation Type NsBinding


@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface NsBinding
Defines a namespace prefix binding for Metapath expressions.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The Metapath prefix to bind to.
    The Metapath namespace URI that is bound to the prefix.
  • Element Details

    • prefix

      @NonNull String prefix
      The Metapath prefix to bind to.
      Returns:
      the prefix
    • uri

      @NonNull String uri
      The Metapath namespace URI that is bound to the prefix.
      Returns:
      the prefix