Annotation Interface NoAttribute


@Documented @Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface NoAttribute
Filters out some methods from the XPath attributes of a node.
Author:
Clément Fournier
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    When applied to a type declaration, this value determines which XPath attributes are filtered out.
  • Element Details

    • scope

      When applied to a type declaration, this value determines which XPath attributes are filtered out. When applied to an attribute accessor this value has no effect and the annotation suppresses the attribute in any case.
      Default:
      ALL