![JAR search and dependency download from the Maven repository](/logo.png)
edu.stanford.protege.webprotege.index.IndexUpdatingService Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.index;
import javax.inject.Qualifier;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2019-09-10
*/
@Retention(RetentionPolicy.RUNTIME)
@Qualifier
public @interface IndexUpdatingService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy