com.neeve.server.app.annotations
Annotation Type AppFinalizer


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AppFinalizer

Annotates the method (in the application's main class) that serves as the application finalizer.

An application's finalizer method is invoked by the server runtime for the application to shutdown before the application's main class is unloaded by the server runtime.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.