org.jboss.guice.spi
Class BinderHolder

java.lang.Object
  extended by org.jboss.guice.spi.BinderHolder
Direct Known Subclasses:
GuiceIntegration, InstanceBinder

public abstract class BinderHolder
extends Object

Binder ref holder.

Author:
Ales Justin

Constructor Summary
protected BinderHolder(com.google.inject.Binder binder)
           
 
Method Summary
protected  com.google.inject.Binder getBinder()
          Get the binder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinderHolder

protected BinderHolder(com.google.inject.Binder binder)
Method Detail

getBinder

protected com.google.inject.Binder getBinder()
Get the binder.

Returns:
the binder


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.