18 lines
363 B
Plaintext
18 lines
363 B
Plaintext
=== Parameters
|
|
|
|
.className
|
|
****
|
|
|
|
Name of the class whose constructor is forbidden. This parameter is mandatory, if absent the rule is disabled.
|
|
****
|
|
.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)
|
|
****
|