/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package arida.ufc.br.moap.core.beans; /** * * @author igobrilhante */ @Deprecated public enum AnnotationType { STRING, INT, DOUBLE, DATETIME }