commonMain.software.amazon.lastmile.kotlin.inject.anvil.internal.Subcomponent.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of runtime-jvm Show documentation
Show all versions of runtime-jvm Show documentation
Extensions for kotlin-inject to make dependency injection easier with a similar feature set as Anvil.
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