public class WeldAnnotationProcessor extends AbstractInjector
| Constructor and Description |
|---|
WeldAnnotationProcessor(WeldManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
postConstruct(Object arg0) |
void |
preDestroy(Object arg0) |
void |
processAnnotations(Object instance) |
destroy, injectpublic WeldAnnotationProcessor(WeldManager manager)
public void processAnnotations(Object instance) throws IllegalAccessException, InvocationTargetException, NamingException
public void postConstruct(Object arg0) throws IllegalAccessException, InvocationTargetException
public void preDestroy(Object arg0) throws IllegalAccessException, InvocationTargetException
Copyright © 2014 Seam Framework. All Rights Reserved.