Package org.objectweb.jac.aspects.synchronization

Interface Summary
SynchronizationConf This is the configuration interface of the Synchronization aspect.
 

Class Summary
SynchronizationAC This aspect component allows the programmer to synchronize a set of methods on different objects or classes in a centralized way (do not use the synchronized java keyword anymore).
SynchronizationAC.SynchronizationWrapper This inner wrapper implements the methods synchronization with a semaphore.