All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable Maven / Gradle / Ivy

The newest version!
package org.codehaus.plexus.personality.plexus.lifecycle.phase;

/**
 * Indicates that a class wants a hold on a ServiceLocator.
 * 
 * @author Dan Diephouse
 */
public interface Serviceable
{
	void service( ServiceLocator locator );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy