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 void
TimeGuard. addGuard(java.lang.String alertMessage, long maxAllowedDelayInMilliseconds)
Add a time watcher.static void
TimeGuard. addGuard(java.lang.String alertMessage, long maxAllowedDelayInMilliseconds, TimeGuard.TimeAlertListener timeAlertListener)
Add a time watcher and provide processor of time violation.static java.lang.String
GetUtils. 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
-