jp.maru.liquid.core
クラス GuiceModule

java.lang.Object
  上位を拡張 jp.maru.liquid.core.GuiceModule
すべての実装されたインタフェース:
com.google.inject.Module

public class GuiceModule
extends java.lang.Object
implements com.google.inject.Module

GuiceのModuleダミー実装

バージョン:
1.0
作成者:
Kohji Tsujita

コンストラクタの概要
GuiceModule()
           
 
メソッドの概要
 void configure(com.google.inject.Binder binder)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GuiceModule

public GuiceModule()
メソッドの詳細

configure

public void configure(com.google.inject.Binder binder)
定義:
インタフェース com.google.inject.Module 内の configure