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

org.infinispan.lifecycle.Lifecycle Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy