@Target(value={TYPE,PACKAGE})
@Retention(value=RUNTIME)
@Documented
public @interface AutoCreate
Specifies that the annotated component should be automatically
instantiated whenever it is asked for, even if @In does
not specify create=true. If this annotation appears at the
package level, it applies to all components in the package.
- Author:
- Gavin King