01: /* 02: * To change this template, choose Tools | Templates 03: * and open the template in the editor. 04: */ 05: 06: package it.biobytes.ammentos; 07: 08: /** 09: * 10: * @author davide 11: */ 12: public enum When { 13: BEFORE, AFTER, ALWAYS; 14: }