public interface AnnotatedContextSensitiveBindingBuilder<T> extends ContextSensitiveBindingBuilder<T>
here
.Modifier and Type | Method and Description |
---|---|
ContextSensitiveBindingBuilder<T> |
annotatedWith(Annotation annotation)
See the EDSL examples
here . |
ContextSensitiveBindingBuilder<T> |
annotatedWith(Class<? extends Annotation> annotationType)
See the EDSL examples
here . |
toContextSensitiveProvider, toContextSensitiveProvider, toContextSensitiveProvider, toContextSensitiveProvider
ContextSensitiveBindingBuilder<T> annotatedWith(Class<? extends Annotation> annotationType)
here
.ContextSensitiveBindingBuilder<T> annotatedWith(Annotation annotation)
here
.Copyright © 2014. All rights reserved.