Annotation Type 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
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description NoAttribute.NoAttrScope
scope
When applied to a type declaration, this value determines which XPath attributes are filtered out.
-
-
-
Element Detail
-
scope
NoAttribute.NoAttrScope 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:
- net.sourceforge.pmd.lang.rule.xpath.NoAttribute.NoAttrScope.ALL
-
-