@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface BindingAnnotation
BinderFactory class which will be used to create
 Binders to do the binding| Modifier and Type | Required Element and Description | 
|---|---|
| Class<? extends BinderFactory> | valueBuild a BinderFactory which will be used to build Binders, which will bind arguments | 
public abstract Class<? extends BinderFactory> value
Copyright © 2018. All rights reserved.