@Service public class AdministeredObjectHandler extends AbstractHandler
Modifier and Type | Field and Description |
---|---|
protected static LocalStringManagerImpl |
localStrings |
ejbProvider, logger
ANNOTATION_HANDLER_METADATA
Constructor and Description |
---|
AdministeredObjectHandler() |
Modifier and Type | Method and Description |
---|---|
static List<Class> |
deriveAdminObjectInterfacesFromHierarchy(Class c) |
protected HandlerProcessingResult |
getDefaultProcessedResult() |
Class<? extends Annotation>[] |
getTypeDependencies() |
HandlerProcessingResult |
processAnnotation(AnnotationInfo element)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethod
protected static final LocalStringManagerImpl localStrings
public HandlerProcessingResult processAnnotation(AnnotationInfo element) throws AnnotationProcessorException
AnnotationHandler
element
- the annotation informationAnnotationProcessorException
public static List<Class> deriveAdminObjectInterfacesFromHierarchy(Class c)
public Class<? extends Annotation>[] getTypeDependencies()
getTypeDependencies
in interface AnnotationHandler
getTypeDependencies
in class AbstractHandler
protected HandlerProcessingResult getDefaultProcessedResult()
getDefaultProcessedResult
in class AbstractHandler
Copyright © 2018. All rights reserved.