org.jboss.weld.environment.se.events
Annotation Type Shutdown


@Qualifier
@Retention(value=RUNTIME)
@Target(value={PARAMETER,METHOD,FIELD,TYPE})
public @interface Shutdown

Fired by weld SE before shutting down. Applications and modules should release resources cleanly in response to this event.

Author:
Peter Royle



Copyright © 2008-2009 Seam Framework. All Rights Reserved.