KoinConfigurationHint

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class KoinConfigurationHint(val moduleClass: String)

Marker annotation for generated hint functions. Applied to functions in org.koin.compiler.hints package that encode @Configuration module information.

These hint functions allow cross-module discovery of @Configuration modules from JARs. The FIR plugin generates these hints, and the predicate-based provider can discover them.

Parameters

moduleClass

The fully qualified name of the module class this hint represents

Properties

Link copied to clipboard