
com.github.nill14.utils.init.binding.ScopedBindingBuilder Maven / Gradle / Ivy
The newest version!
package com.github.nill14.utils.init.binding;
import java.lang.annotation.Annotation;
public interface ScopedBindingBuilder {
void in(Class extends Annotation> scopeAnnotation);
// void in(Scope scope);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy