All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.molgenis.data.migrate.framework.MolgenisUpgradeService Maven / Gradle / Ivy

package org.molgenis.data.migrate.framework;

public interface MolgenisUpgradeService {
  boolean upgrade();

  void addUpgrade(MolgenisUpgrade upgrade);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy