Uses of Class
com.igormaznitsa.meta.annotation.Constraint
-
Packages that use Constraint Package Description com.igormaznitsa.meta.common.utils -
-
Uses of Constraint in com.igormaznitsa.meta.common.utils
Method parameters in com.igormaznitsa.meta.common.utils with annotations of type Constraint Modifier and Type Method Description static voidTimeGuard. addGuard(java.lang.String alertMessage, long maxAllowedDelayInMilliseconds)Add a time watcher.static voidTimeGuard. addGuard(java.lang.String alertMessage, long maxAllowedDelayInMilliseconds, TimeGuard.TimeAlertListener timeAlertListener)Add a time watcher and provide processor of time violation.static java.lang.StringGetUtils. ensureNonNullAndNonEmpty(java.lang.String value, java.lang.String dflt)Get non-null non-empty string.Constructor parameters in com.igormaznitsa.meta.common.utils with annotations of type Constraint Constructor Description TimeData(int stackDepth, java.lang.String alertMessage, long maxAllowedDelayInMilliseconds, TimeGuard.TimeAlertListener violationListener)The Constructor
-