Interface ViolationHandler<T>


@PublicAPI(usage=INHERITANCE, state=EXPERIMENTAL) public interface ViolationHandler<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Collection<T> violatingObjects, String message)
     
  • Method Details