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