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