| Method annotation used for methods that should be invoked when the page is detached at the end of
a request, before it is returned to the page pool for later reuse.
PageDetached methods should take no parameters and return void. They must either have this
annotation, or be named "pageDetached".
See Also: PageAttached |