org.jboss.seam.annotations
Annotation Type AutoCreate


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface AutoCreate

Specifies that this component should be automatically instantiated whenever it is asked for, even if @In does not specify create=true.

Author:
Gavin King