@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) @Documented public @interface Implementation
This annotation can be applied to any injection classifier annotation to define implementation class that should be used to
call com.google.inject.binder.AnnotatedBindingBuilder#annotatedWith(Annotation)
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends Annotation> |
value |
public abstract Class<? extends Annotation> value
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.