org.openwms.core.annotation
Annotation Type FireAfterTransaction


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface FireAfterTransaction

A FireAfterTransaction. Used to send a list of events after the current transaction has finished successfully.

Since:
0.1
Version:
$Revision: 1502 $
Author:
Heiko Scherrer

Optional Element Summary
 Class<? extends EventObject>[] events
          An array of events that shall be fired after the methods completes.
 

events

public abstract Class<? extends EventObject>[] events
An array of events that shall be fired after the methods completes.

Default:
{}


Copyright © 2005-2011 openwms.org. All Rights Reserved.