org.apache.tuscany.sca.implementation.spring.processor
Class InitDestroyAnnotationProcessor

java.lang.Object
  extended by InitDestroyAnnotationBeanPostProcessor
      extended by org.apache.tuscany.sca.implementation.spring.processor.InitDestroyAnnotationProcessor

public class InitDestroyAnnotationProcessor
extends InitDestroyAnnotationBeanPostProcessor


Constructor Summary
InitDestroyAnnotationProcessor()
          Sets destroy annotation type.
 
Method Summary
protected  java.lang.Class<? extends java.lang.annotation.Annotation> getDestroyAnnotationType()
          Gets destroy annotation type.
protected  java.lang.Class<? extends java.lang.annotation.Annotation> getInitAnnotationType()
          Gets init annotation type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitDestroyAnnotationProcessor

public InitDestroyAnnotationProcessor()
Sets destroy annotation type.

Method Detail

getInitAnnotationType

protected java.lang.Class<? extends java.lang.annotation.Annotation> getInitAnnotationType()
Gets init annotation type.


getDestroyAnnotationType

protected java.lang.Class<? extends java.lang.annotation.Annotation> getDestroyAnnotationType()
Gets destroy annotation type.