Modifier and Type | Optional Element and Description |
---|---|
boolean |
containers
Whether the annotated methods uses
ObjectContainer s as its parameters. |
boolean |
passThrough
Alternative for void methods to decide whether super is called.
|
String[] |
value
Possible method signatures to watch.
|
public abstract String[] value
public abstract boolean passThrough
true
, the super method will be calledpublic abstract boolean containers
ObjectContainer
s as its parameters. Defaults to true
true
if all parameters of the annotated method are ObjectContainer
s, false
if the parameters are raw typesCopyright © 2018. All rights reserved.