public abstract class ForwardingAnnotationProcessor extends Object implements org.apache.AnnotationProcessor
Constructor and Description |
---|
ForwardingAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.apache.AnnotationProcessor |
delegate() |
void |
postConstruct(Object instance) |
void |
preDestroy(Object instance) |
void |
processAnnotations(Object instance) |
protected abstract org.apache.AnnotationProcessor delegate()
public void postConstruct(Object instance) throws IllegalAccessException, InvocationTargetException
postConstruct
in interface org.apache.AnnotationProcessor
IllegalAccessException
InvocationTargetException
public void preDestroy(Object instance) throws IllegalAccessException, InvocationTargetException
preDestroy
in interface org.apache.AnnotationProcessor
IllegalAccessException
InvocationTargetException
public void processAnnotations(Object instance) throws IllegalAccessException, InvocationTargetException, NamingException
processAnnotations
in interface org.apache.AnnotationProcessor
IllegalAccessException
InvocationTargetException
NamingException
Copyright © 2013 Seam Framework. All Rights Reserved.