View Javadoc

1   package cz.cuni.amis.pogamut.udk.communication.messages;
2   
3   /**
4    * Annotation that is telling us whether the InfoMessage is part
5    * of synchronous batch or not.
6    * 
7    * @author Jimmy
8    */
9   public @interface SyncMessage {
10  
11  }