org.jboss.seam.annotations
Annotation Type Destroy


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

Designates a destroy method that is called when a context ends and the component is being disposed

Author:
Gavin King