8 lines
159 B
Java
8 lines
159 B
Java
package javax.baja.platform.install;
|
|
|
|
public interface PlatformDependency {
|
|
PlatformPart getPartPrototype();
|
|
|
|
BVersionRelation getVersionRelation();
|
|
}
|