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

com.google.inject.binder.AnnotatedConstantBindingBuilder Maven / Gradle / Ivy

package com.google.inject.binder;

import java.lang.annotation.Annotation;

/**
 * See the EDSL examples at {@link com.google.inject.Binder}.
 */
public interface AnnotatedConstantBindingBuilder {

    /**
     * See the EDSL examples at {@link com.google.inject.Binder}.
     */
    ConstantBindingBuilder annotatedWith(
            Class annotationType);

    /**
     * See the EDSL examples at {@link com.google.inject.Binder}.
     */
    ConstantBindingBuilder annotatedWith(Annotation annotation);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy