org.jboss.seam.rest
Class SeamRestExtension
java.lang.Object
org.jboss.seam.rest.SeamRestExtension
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Extension
public class SeamRestExtension
- extends Object
- implements javax.enterprise.inject.spi.Extension
Currently just vetoes SeamRestConfiguration.
- Author:
- Jozef Hartinger
|
Method Summary |
void |
vetoSeamRestConfiguration(javax.enterprise.inject.spi.ProcessAnnotatedType<org.jboss.seam.rest.SeamRestConfiguration> event)
Veto SeamRestConfiguration class from bean discovery since we want it's subclasses to be beans, not the class itself. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeamRestExtension
public SeamRestExtension()
vetoSeamRestConfiguration
public void vetoSeamRestConfiguration(@Observes
javax.enterprise.inject.spi.ProcessAnnotatedType<org.jboss.seam.rest.SeamRestConfiguration> event)
- Veto SeamRestConfiguration class from bean discovery since we want it's subclasses to be beans, not the class itself.
Copyright © 2011 Seam Framework. All Rights Reserved.