Deprecated API


Contents
Deprecated Classes
org.axonframework.util.SynchronousTaskExecutor
          This class has been renamed to DirectExecutor to prevent confusion with the synchronized keyword. This class will be removed in the next release. 
 

Deprecated Fields
org.axonframework.util.SynchronousTaskExecutor.INSTANCE
          Use DirectExecutor.INSTANCE instead. 
 

Deprecated Constructors
org.axonframework.eventsourcing.annotation.AbstractAnnotatedAggregateRoot(UUID)
          Use #AbstractEventSourcedAggregateRoot(org.axonframework.domain.AggregateIdentifier) 
org.axonframework.eventsourcing.AbstractEventSourcedAggregateRoot(UUID)
          Use AbstractEventSourcedAggregateRoot.AbstractEventSourcedAggregateRoot(org.axonframework.domain.AggregateIdentifier). Will be removed in next release. 
 



Copyright © 2011. All Rights Reserved.