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


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

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

An application's initializer method is invoked by the server runtime after the application's main class is loaded.



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