Annotation Type DeprecatedAttribute
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface DeprecatedAttribute
Node attribute getter methods might be annotated withDeprecatedAttributeto 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 StringNO_REPLACEMENT
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringreplaceWithThe simple name of the attribute to use for replacement (with '@' prefix).
-