org.jboss.guice.plugins
Interface GuiceObject
public interface GuiceObject
Guice Objects.
- Author:
- Ales Justin
|
Method Summary |
Object |
createObject(org.jboss.kernel.Kernel kernel,
com.google.inject.Binder binder)
Create new MC-Guice object. |
String |
geName()
Get the name. |
ALL
static final GuiceObject ALL
KERNEL
static final GuiceObject KERNEL
geName
String geName()
- Get the name.
- Returns:
- the name
createObject
Object createObject(org.jboss.kernel.Kernel kernel,
com.google.inject.Binder binder)
- Create new MC-Guice object.
- Parameters:
kernel - the kernelbinder - the binder
- Returns:
- new MC-Guice object instance
Copyright ? 2007 JBoss Inc.. All Rights Reserved.