| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Destroy
Method-level annotation indicating that the decorated method should
 have the semantics of
 org.apache.shale.view.ViewController.destroy(),
 or one of the scoped data bean destroy() methods,
 even if it is named differently.
ASSERTION - the annotated method is public, has
 a return type of void, and takes no parameters.
ASSERTION - the annotated method is part of a class
 that is annotated with the Application, Request,
 Session, or View annotation.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||