Annotation Type AfterClassLoaderStarted


  • @Retention(RUNTIME)
    @Target(METHOD)
    @Documented
    @StableMinor(version="16.0",
                 sinceVersion="16.0")
    public @interface AfterClassLoaderStarted
    Used to indicate a method that will be called after the owner module's class loader is started.
    For a detailed usage instruction, refer to lumis.portal.deployment.lifecycle package.
    Since:
    16.0.0
    Version:
    $Revision: 25808 $ $Date: 2023-07-04 15:20:55 -0300 (Tue, 04 Jul 2023) $