@Retention(value=CLASS)
public @interface 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.