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


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

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

An application's main method is invoked by the server runtime after the application's has become the primary in the cluster. It is invoked asynchronously in a separate thread.



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