public interface AnnotatedConstantBindingBuilder
Modifier and Type | Method and Description |
---|---|
ConstantBindingBuilder |
annotatedWith(Annotation annotation)
Specifies an annotation value for this binding.
|
ConstantBindingBuilder |
annotatedWith(Class<? extends Annotation> annotationType)
Specifies an annotation type for this binding.
|
ConstantBindingBuilder annotatedWith(Class<? extends Annotation> annotationType)
ConstantBindingBuilder annotatedWith(Annotation annotation)
Copyright © 2013. All Rights Reserved.