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