org.infinispan.lifecycle.Lifecycle Maven / Gradle / Ivy
package org.infinispan.lifecycle;
/**
* Lifecycle interface that defines the lifecycle of components
*
* @author Manik Surtani ([email protected])
* @since 4.0
* @deprecated use {@link org.infinispan.commons.api.Lifecycle} instead
*/
@Deprecated
public interface Lifecycle extends org.infinispan.commons.api.Lifecycle {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy