public class AGExtension extends Object implements javax.enterprise.inject.spi.Extension
Responder implementations in AeroGear Controller
have a no-args constructor.
If a Responder implementation does not have a no-args constructor an error upon deployment will be raised
to fail early and make the user aware of this condition. If this check is not performed the Responder would simply
not be picked up by CDI and trouble shooting the cause becomes difficult.
| Constructor and Description |
|---|
AGExtension() |
| Modifier and Type | Method and Description |
|---|---|
(package private) <T> void |
processAnnotatedType(javax.enterprise.inject.spi.ProcessAnnotatedType<T> pat) |
<T> void processAnnotatedType(@Observes
javax.enterprise.inject.spi.ProcessAnnotatedType<T> pat)
throws SecurityException
SecurityExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.