Interface ExclusionAware

All Known Subinterfaces:
PropertyAwareAccessor
All Known Implementing Classes:
PropertyAccessor

@Deprecated public interface ExclusionAware
Deprecated.
This was a shortcut to extract the "exclude" flag from the ObjectDiffProperty annotation. Since we found a better way to do that, it is not needed anymore and will be removed in future versions.
See Also:
  • TypePropertyAnnotationInclusionResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
  • Method Details

    • isExcludedByAnnotation

      @Deprecated boolean isExcludedByAnnotation()
      Deprecated.