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

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

	// void in(Scope scope);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy