@Retention(value=RUNTIME) @Target(value=METHOD) public @interface AppInitializer
An application's initializer method is invoked by the server runtime after the application's main class is loaded.
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.