net.sf.staccatocommons.instrument.handler.deactivator
Class AbstractActivationAnnotationHandler<A extends Annotation>
java.lang.Object
net.sf.staccatocommons.instrument.handler.deactivator.AbstractActivationAnnotationHandler<A>
- All Implemented Interfaces:
- AnnotationHandler<A>
public abstract class AbstractActivationAnnotationHandler<A extends Annotation>
- extends Object
- implements AnnotationHandler<A>
- Author:
- flbulgarelli
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractActivationAnnotationHandler
public AbstractActivationAnnotationHandler()
addDeactivable
public void addDeactivable(@NonNull
Deactivable deactivable)
- Register a deactivable object that will be activated or deactivated after
the occurrence certain annotation processing events
- Parameters:
deactivable -
deactivateAll
protected void deactivateAll()
- Deactivates all the registered
Deactivable handlers
activateAll
protected void activateAll()
- Activates all the registered
Deactivable handlers
Copyright © 2010-2012 Staccatocommons. All Rights Reserved.