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

com.google.inject.binder.AnnotatedElementBuilder 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 AnnotatedElementBuilder {

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy