org.jboss.weld.environment.tomcat
Class WeldAnnotationProcessor
java.lang.Object
org.jboss.weld.environment.servlet.inject.AbstractInjector
org.jboss.weld.environment.tomcat.WeldAnnotationProcessor
- All Implemented Interfaces:
- org.apache.AnnotationProcessor
public class WeldAnnotationProcessor
- extends AbstractInjector
- implements org.apache.AnnotationProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeldAnnotationProcessor
public WeldAnnotationProcessor(org.jboss.weld.manager.api.WeldManager manager)
processAnnotations
public void processAnnotations(Object instance)
throws IllegalAccessException,
InvocationTargetException,
NamingException
- Specified by:
processAnnotations
in interface org.apache.AnnotationProcessor
- Throws:
IllegalAccessException
InvocationTargetException
NamingException
postConstruct
public void postConstruct(Object arg0)
throws IllegalAccessException,
InvocationTargetException
- Specified by:
postConstruct
in interface org.apache.AnnotationProcessor
- Throws:
IllegalAccessException
InvocationTargetException
preDestroy
public void preDestroy(Object arg0)
throws IllegalAccessException,
InvocationTargetException
- Specified by:
preDestroy
in interface org.apache.AnnotationProcessor
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2013 Seam Framework. All Rights Reserved.