Object DeprecatedPropertyScanningConfig.Companion
-
- All Implemented Interfaces:
public class DeprecatedPropertyScanningConfig.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static DeprecatedPropertyScanningConfig.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<String>defaultExcludePackages()Comprehensive default exclude list covering common frameworks and libraries. -
-
Method Detail
-
defaultExcludePackages
final List<String> defaultExcludePackages()
Comprehensive default exclude list covering common frameworks and libraries. This approach uses a "kitchen sink" strategy to ensure robust filtering.
-
-
-
-