org.vraptor.annotations
Annotation Type Destroy


Deprecated.

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

Annotates a method as a component destroy call. When this method is called, the component is removed from the specified scope. The default exit method is called destroy.

Author:
Guilherme Silveira



Copyright © 2004-2008 VRaptor. All Rights Reserved.