edu.stanford.protege.webprotege.inject.ProjectSingleton Maven / Gradle / Ivy
The newest version!
package edu.stanford.protege.webprotege.inject;
import javax.inject.Scope;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 3 Oct 2016
*/
@Scope
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface ProjectSingleton {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy