org.jboss.seam.annotations
Annotation Type Create


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface Create

Alternative to javax.annotations.PostConstruct for use in a pre Java EE 5 environment. Designates a create method that is called after instantiation of a component.

Author:
Gavin King