InjectProp

annotation class InjectProp

Annotates a parameter of a component's spec method indicating that the parameter will be automatically supplied via dependency injection. In order to use this annotation, DependencyInjectionHelper.generateInjectedMembers() needs to be properly implemented.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String