![JAR search and dependency download from the Maven repository](/logo.png)
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