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