org.jboss.seam.annotations
Annotation Type Create


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

Designates a create method that is called after instantiation of a component

Author:
Gavin King