org.jboss.guice.plugins
Interface GuiceObject
public interface GuiceObject
Guice Objects.
- Author:
- Ales Justin
ALL
static final GuiceObject ALL
KERNEL
static final GuiceObject KERNEL
geName
String geName()
- Get the name.
- Returns:
- the name
createObject
Object createObject(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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.