Package com.neeve.server.app.annotations

Defines the various application annotations used by the server framework.

See:
          Description

Annotation Types Summary
AppCommandHandler Annotates methods in the application that serve as command handlers.
AppCommandHandlerContainersAccessor Annotates the method that returns the application's command handler containers.
AppConfiguredAccessor Annotates the method that gets the application's Configured objects.
AppEventHandlerAccessor Annotates the method that returns the application's (default) event handler.
AppEventHandlerContainersAccessor Annotates the method that returns the application's event handler containers.
AppFinalizer Annotates the method (in the application's main class) that serves as the application finalizer.
AppHAPolicy Annotates the main application class to specifies it's AepEngine.HAPolicy.
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.
AppInjectionPoint Annotates the method that represents an application injection point.
AppMain Annotates the method (in the application's main class) that serves as the application main entry point.
AppStat Annotates fields in the application that provide a statistic value that will be collected by the engine's statistics collector.
AppStatContainersAccessor Annotates the method that gets the application's AppStat containers.
AppStateFactoryAccessor Annotates the method that returns the application's state factory.
AppVersion Annotates the main application class to specify the application version.
 

Package com.neeve.server.app.annotations Description

Defines the various application annotations used by the server framework.



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