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


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

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

Author:
Peter Royle



Copyright © 2008-2009. All Rights Reserved.