Annotation Type DeprecatedAttribute
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface DeprecatedAttribute
Node attribute getter methods might be annotated withDeprecatedAttribute
to mark the attribute as deprecated for XPath. UnlikeDeprecated
, this annotation does not deprecate the method for java usage.- Since:
- 6.21.0
-
-
Field Summary
Fields Modifier and Type Fields Description static String
NO_REPLACEMENT
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
replaceWith
The simple name of the attribute to use for replacement (with '@' prefix).
-