brooklyn.entity.group.Tier 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.entity.group;
import brooklyn.entity.Entity;
/**
* Intended to represent a "layer" of an application; this could be within a single location
* or in multiple locations (see {@link Fabric}).
*/
public interface Tier extends Entity {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy