com.ebmwebsourcing.easyviper.annotations.detection.processor
Class AspectExecutor
java.lang.Object
com.ebmwebsourcing.easyviper.annotations.detection.processor.AspectExecutor
public class AspectExecutor
- extends java.lang.Object
Class that manages aspect features according to Viper annotations
- Author:
- jlesbegueries
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AspectExecutor
public AspectExecutor()
addPerformingAspect
public void addPerformingAspect(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
java.util.List<java.lang.String> listOfClasses)
removePerformingAspect
public void removePerformingAspect(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
removeAllPerformingAscpects
public void removeAllPerformingAscpects()
performAspect
public void performAspect(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
throws java.lang.ClassNotFoundException
- Throws:
java.lang.ClassNotFoundException
Copyright © 2009-2010 eBM WebSourcing. All Rights Reserved.