brooklyn.policy.basic.GeneralPurposePolicy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-core Show documentation
Show all versions of brooklyn-core Show documentation
Entity implementation classes, events, and other core elements
package brooklyn.policy.basic;
import java.util.Collections;
import java.util.Map;
public class GeneralPurposePolicy extends AbstractPolicy {
public GeneralPurposePolicy() {
this(Collections.emptyMap());
}
public GeneralPurposePolicy(Map properties) {
super(properties);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy