org.zuena.guiceex.binder
クラス AnnotationBinder
java.lang.Object
org.zuena.guiceex.binder.BasicBinderSupport
org.zuena.guiceex.binder.ScopedBinder
org.zuena.guiceex.binder.ToBinder
org.zuena.guiceex.binder.AnnotationBinder
- すべての実装されたインタフェース:
- GuiceexBinder
- 直系の既知のサブクラス:
- NameBinder
public class AnnotationBinder
- extends ToBinder
guiceex-configの<annotation>で指定されたバインディング設定を行うバインダークラスです。
- 導入されたバージョン:
- 0.9.1
クラス org.zuena.guiceex.binder.BasicBinderSupport から継承されたメソッド |
getAnnotationType, getCollection, getConstant, getId, getScopeType, getToInstance, getToProviderInstance, getToProviderType, getToType, getType, getValue, isPreload, setAnnotationType, setCollection, setConstant, setId, setPreload, setScopeType, setToInstance, setToProviderInstance, setToProviderType, setToType, setType, setValue, toString |
AnnotationBinder
public AnnotationBinder()
bind
public void bind(Binder binder)
- インタフェース
GuiceexBinder
の記述:
Binder
を用いてたバインディング処理を行います。
bindAnnotation
protected void bindAnnotation(AnnotatedBindingBuilder builder,
Annotation annotation)
Copyright © 2007 zuena.org AllRights Reserved.