public interface BinderFactory<BindAnnotationType extends Annotation,BoundObjectType>
Binder instances. This interface is used by
the BindingAnnotation| Modifier and Type | Method and Description |
|---|---|
Binder<BindAnnotationType,BoundObjectType> |
build(BindAnnotationType annotation)
Called to build a Binder
|
Binder<BindAnnotationType,BoundObjectType> build(BindAnnotationType annotation)
annotation - the BindingAnnotation which lead to this callCopyright © 2016. All rights reserved.