org.codehaus.plexus.personality.plexus.PlexusLifecycleHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of virtdata-lib-realer Show documentation
Show all versions of virtdata-lib-realer Show documentation
With inspiration from other libraries
package org.codehaus.plexus.personality.plexus;
import org.codehaus.plexus.lifecycle.AbstractLifecycleHandler;
public class PlexusLifecycleHandler
extends AbstractLifecycleHandler
{
public static String COMPONENT_CONFIGURATOR = "component.configurator";
public PlexusLifecycleHandler()
{
super();
}
public void initialize()
{
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy