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