org.jboss.guice.plugins
Class GuiceAnnotationMarkerBindFilter
java.lang.Object
org.jboss.guice.plugins.GuiceAnnotationMarkerBindFilter
- All Implemented Interfaces:
- ControllerContextBindFilter
public abstract class GuiceAnnotationMarkerBindFilter
- extends Object
- implements ControllerContextBindFilter
Bind only context's which have @Guice annotation present.
- Author:
- Ales Justin
|
Method Summary |
boolean |
bind(org.jboss.dependency.spi.ControllerContext context)
Should we bind param context to Guice. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GuiceAnnotationMarkerBindFilter
public GuiceAnnotationMarkerBindFilter()
bind
public boolean bind(org.jboss.dependency.spi.ControllerContext context)
- Description copied from interface:
ControllerContextBindFilter
- Should we bind param context to Guice.
- Specified by:
bind in interface ControllerContextBindFilter
- Parameters:
context - the context to check
- Returns:
- true if we should bind context, false otherwise
Copyright ? 2007 JBoss Inc.. All Rights Reserved.