Package com.tngtech.archunit.lang
Interface ViolationHandler<T>
-
@PublicAPI(usage=INHERITANCE, state=EXPERIMENTAL) public interface ViolationHandler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(java.util.Collection<T> violatingObjects, java.lang.String message)
-
-
-
Method Detail
-
handle
void handle(java.util.Collection<T> violatingObjects, java.lang.String message)
-
-