excludePackages

fun excludePackages(vararg excludePackages: String): BatchFindMethodUsingStrings

Exclude classes in the specified packages.

----------------

排除指定包中的类。

excludePackages("java.lang", "java.util")

Return

BatchFindMethodUsingStrings

Parameters

excludePackages

exclude packages / 排除包


Exclude classes in the specified packages.

----------------

排除指定包中的类。

excludePackages(listOf("java.lang", "java.util"))

Return

BatchFindMethodUsingStrings

Parameters

excludePackages

exclude packages / 排除包


Exclude methods in the specified packages.

----------------

排除指定包中的方法。