package javax.baja.platform.install; public interface PlatformDependency { PlatformPart getPartPrototype(); BVersionRelation getVersionRelation(); }