org.jboss.seam.annotations
Annotation Type Destroy


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

Alternative to javax.annotations.PreDestroy for use in a pre Java EE 5 environment. Designates a destroy method that is called when a context ends and the component is being disposed.

Author:
Gavin King