public class WeldAnnotationProcessor extends AbstractInjector implements org.apache.AnnotationProcessor
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, inject
public WeldAnnotationProcessor(WeldManager manager)
public void processAnnotations(Object instance) throws IllegalAccessException, InvocationTargetException, NamingException
processAnnotations
in interface org.apache.AnnotationProcessor
IllegalAccessException
InvocationTargetException
NamingException
public void postConstruct(Object arg0) throws IllegalAccessException, InvocationTargetException
postConstruct
in interface org.apache.AnnotationProcessor
IllegalAccessException
InvocationTargetException
public void preDestroy(Object arg0) throws IllegalAccessException, InvocationTargetException
preDestroy
in interface org.apache.AnnotationProcessor
IllegalAccessException
InvocationTargetException
Copyright © 2013 Seam Framework. All Rights Reserved.