Annotation Interface Inject


@Target(CONSTRUCTOR) @Retention(RUNTIME) @Documented public @interface Inject
Use this annotation to specify which constructor should be used when constructing a component.
Author:
bjorncs