See: Description
Annotation Type | Description |
---|---|
AppCommandHandler | Deprecated
replaced by the
@Command annotation. |
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.
|
AppIntrospectionPoints |
Marks method as a provider of additional objects to be scanned for X annotations.
|
AppMain |
Annotates the method (in the application's main class) that serves as the
application main entry point.
|
AppStat |
Annotates fields and methods 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.
|
AppStoreNonUniqueIndex |
Defines non-unique store index.
|
AppStoreUniqueIndex |
Defines unique store index.
|
AppVersion |
Annotates the main application class to specify the application version.
|
Defines the various annotations used by an XVM to manage an app's lifecycle.
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.