All Downloads are FREE. Search and download functionalities are using the official Maven repository.

slack.lint.util.LintOption.kt Maven / Gradle / Ivy

The newest version!
// Copyright (C) 2023 Slack Technologies, LLC
// SPDX-License-Identifier: Apache-2.0
package slack.lint.util

import com.android.tools.lint.client.api.Configuration

/**
 * A layer of indirection for implementations of option loaders without needing to extend from
 * Detector. This goes along with [OptionLoadingDetector].
 */
interface LintOption {
  fun load(configuration: Configuration)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy