public abstract class ArgumentValidation
extends java.lang.Object
| Constructor and Description |
|---|
ArgumentValidation() |
| Modifier and Type | Method and Description |
|---|---|
static void |
notNull(java.lang.Object... targets)
None of the input targets can not be null otherwise IllegalArgumentException is thrown.
|