13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
![]() |
=== Parameters
|
||
|
|
||
|
* key = className
|
||
|
** description: Name of the class whose method is forbidden
|
||
|
* key: methodName
|
||
|
** description: Name of the forbidden method
|
||
|
* key: argumentTypes
|
||
|
** description: Comma-delimited list of argument types, E.G. java.lang.String, int[], int
|
||
|
* key: allOverloads
|
||
|
** description: Boolean. Set to true to flag all overloads regardless of parameter type (default: false)
|
||
|
|
||
|
|