Autowired

annotation class Autowired

Annotation for parameters, which need autowired.

Functions

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