2021-09-20 15:38:42 +02:00
|
|
|
=== Parameters
|
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
.className
|
|
|
|
****
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
Name of the class whose method is forbidden
|
|
|
|
****
|
|
|
|
.methodName
|
|
|
|
****
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
Name of the forbidden method
|
|
|
|
****
|
|
|
|
.argumentTypes
|
|
|
|
****
|
|
|
|
|
|
|
|
Comma-delimited list of argument types, E.G. java.lang.String, int[], int
|
|
|
|
****
|
|
|
|
.allOverloads
|
|
|
|
****
|
|
|
|
|
|
|
|
Boolean. Set to true to flag all overloads regardless of parameter type (default: false)
|
|
|
|
****
|