Uses of Interface
org.objectweb.jac.aspects.synchronization.SynchronizationConf

Packages that use SynchronizationConf
org.objectweb.jac.aspects.synchronization Provides an aspect that handles simple synchronization in a centralized way.  
 

Uses of SynchronizationConf in org.objectweb.jac.aspects.synchronization
 

Classes in org.objectweb.jac.aspects.synchronization that implement SynchronizationConf
 class 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).