public interface NewMethodArgumentsIdentifier
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNew(java.lang.Object[] args)
Inspect the arguments and determine if they have never been processed
before.
|
boolean isNew(java.lang.Object[] args)
args - the current method arguments.