Annotation Type DeprecatedAttribute


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface DeprecatedAttribute
    Node attribute getter methods might be annotated with DeprecatedAttribute to mark the attribute as deprecated for XPath. Unlike Deprecated, this annotation does not deprecate the method for java usage.
    Since:
    6.21.0