Annotation Interface Dependency


@Target({FIELD,PARAMETER}) @Retention(RUNTIME) public @interface Dependency
An annotation for fields and parameters used to inject dependencies into command classes.
See Also: