org.jboss.seam.annotations.intercept
Annotation Type PrePassivate


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

Synonym for PrePassivate, for use in a pre Java EE 5 environment.

Author:
Pete Muir