public static class BindBean.Factory extends Object implements BinderFactory<BindBean,Object>
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
Binder<BindBean,Object> |
build(BindBean annotation)
Called to build a Binder
|
public Binder<BindBean,Object> build(BindBean annotation)
BinderFactorybuild in interface BinderFactory<BindBean,Object>annotation - the BindingAnnotation which lead to this callCopyright © 2016. All rights reserved.