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 constructor is forbidden. This parameter is mandatory, if absent the rule is disabled.
|
|
|
|
****
|
|
|
|
.argumentTypes
|
|
|
|
****
|
2021-09-20 15:38:42 +02:00
|
|
|
|
2022-02-01 13:25:23 +01:00
|
|
|
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)
|
|
|
|
****
|