| Interface | Description |
|---|---|
| PostProcessor<T extends AnnotatedElementHandler> |
This interface enscapulates behaviour of post annotation processing during
invokation of endElement in AnnotatedElementHandler.
|
| Class | Description |
|---|---|
| AbstractCommonAttributeHandler |
This is an abstract class encapsulate generic behaviour of annotation
handler applying on Ejb and WebComponent Class.
|
| AbstractHandler |
This is an abstract base class for Handlers.
|
| AbstractResourceHandler |
This is an abstract class encapsulate generic behaviour of resource
annotation.
|
| DeclareRolesHandler |
This handler is responsible for handling the
javax.annotation.security.DeclareRoles.
|
| DenyAllHandler |
This handler is responsible for handling the javax.annotation.security.DenyAll.
|
| EntityManagerFactoryReferenceHandler |
This handler is responsible for handling the
javax.persistence.PersistenceUnit annotation.
|
| EntityManagerFactoryReferencesHandler |
This handler is responsible for handling the
javax.persistence.PersistenceUnits annotation.
|
| EntityManagerReferenceHandler |
This handler is responsible for handling the
javax.persistence.PersistenceUnit annotation.
|
| EntityManagerReferencesHandler |
This handler is responsible for handling the
javax.persistence.PersistenceContexts annotation.
|
| ManagedBeanHandler | |
| PermitAllHandler |
This handler is responsible for handling the
javax.annotation.security.PermitAll.
|
| PostConstructHandler |
This handler is responsible for handling javax.annotation.PostConstruct
|
| PreDestroyHandler |
This handler is responsible for handling javax.annotation.PreDestroy
|
| ResourceHandler |
This handler is responsible for handling the javax.annotation.Resource
annotation.
|
| ResourcesHandler |
This handler is responsible for handling javax.annotation.Resources
|
| RolesAllowedHandler |
This handler is responsible for handling the
javax.annotation.security.RolesAllowed.
|
| RunAsHandler |
This handler is responsible for handling the
javax.annotation.security.RunAs.
|
Copyright © 2019. All rights reserved.