org.jboss.seam.annotations
Annotation Type AutoCreate


@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



Copyright © 2011 Seam Framework. All Rights Reserved.