org.molgenis.data.annotation.CmdLineAnnotatorSettingsConfigurer Maven / Gradle / Ivy
package org.molgenis.data.annotation;
/**
* Each annotator must supply a concrete instance of this interface to configure the MolgenisSettings for the
* CmdLineAnnotator
*/
public interface CmdLineAnnotatorSettingsConfigurer
{
void addSettings(String annotationSourceFileName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy