Annotation Type AfterClassLoaderStarted


  • @Retention(RUNTIME)
    @Target(METHOD)
    @Documented
    @StableMinor(version="17.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: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $