
com.redhat.lightblue.config.LightblueFactoryAware Maven / Gradle / Ivy
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