NoUnusedCheckDsl
class NoUnusedCheckDsl
DSL receiver for creating a NoUnusedCheck with excluded components. Use the exclude functions to exclude components by their identifiers.
Functions
Link copied to clipboard
Builds a NoUnusedCheck based on the exclusions created via the exclude functions.
Link copied to clipboard
Excludes a given identifier from the unused check.
Link copied to clipboard
Excludes an identifier built from the generic type parameter and the given qualifier, or EmptyQualifier if no qualifier is provided.
Excludes an identifier built from the given class and the given qualifier, or EmptyQualifier if no qualifier is provided.