com.todoroo.andlib.service
Annotation Type Autowired


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Autowired

Autowired is an annotation that tells the dependency injector to set up the class as appropriate.

Author:
Tim Su