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

com.redhat.lightblue.config.LightblueFactoryAware Maven / Gradle / Ivy

There is a newer version: 2.18.0
Show newest version
package com.redhat.lightblue.config;

/**
 * An interface indicating that an implementing class has knowledge of the
 * {@link LightblueFactory} that it is associated with.
 *
 * @author dcrissman
 */
public interface LightblueFactoryAware {

    void setLightblueFactory(LightblueFactory factory);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy