All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 annotationType);

  LinkedBindingBuilder annotatedWith(Annotation annotation);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy