org.apache.sling.scripting.jsp.jasper.runtime
Interface AnnotationProcessor


public interface AnnotationProcessor

Comment

Version:
$Revision: 467222 $
Author:
Bill Burke

Method Summary
 void postConstruct(Object instance)
           
 void preDestroy(Object instance)
           
 void processAnnotations(Object instance)
           
 

Method Detail

postConstruct

void postConstruct(Object instance)
                   throws IllegalAccessException,
                          InvocationTargetException
Throws:
IllegalAccessException
InvocationTargetException

preDestroy

void preDestroy(Object instance)
                throws IllegalAccessException,
                       InvocationTargetException
Throws:
IllegalAccessException
InvocationTargetException

processAnnotations

void processAnnotations(Object instance)
                        throws IllegalAccessException,
                               InvocationTargetException,
                               NamingException
Throws:
IllegalAccessException
InvocationTargetException
NamingException


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.