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

commonMain.software.amazon.lastmile.kotlin.inject.anvil.internal.Subcomponent.kt Maven / Gradle / Ivy

Go to download

Extensions for kotlin-inject to make dependency injection easier with a similar feature set as Anvil.

There is a newer version: 0.1.2
Show newest version
package software.amazon.lastmile.kotlin.inject.anvil.internal

import kotlin.annotation.AnnotationTarget.CLASS

/**
 * DO NOT USE DIRECTLY.
 *
 * Marker for generated component interface when it's using `@ContributesSubcomponent`.
 */
@Target(CLASS)
public annotation class Subcomponent




© 2015 - 2024 Weber Informatics LLC | Privacy Policy