/* * Copyright (c) 2006-2007 Massachusetts General Hospital * All rights reserved. This program and the accompanying materials * are made available under the terms of the i2b2 Software License v1.0 * which accompanies this distribution. * * Contributors: * Raj Kuttan * Lori Phillips */ package edu.harvard.i2b2.ontology.util; /** * Define JAXB constants here. For dynamic configuration, move these values to * property file and read from it. * * @author rkuttan */ public class JAXBConstant { public static final String[] DEFAULT_PACKAGE_NAME = new String[] { "edu.harvard.i2b2.ontology.datavo.i2b2message", "edu.harvard.i2b2.ontology.datavo.vdo", "edu.harvard.i2b2.ontology.datavo.fr", "edu.harvard.i2b2.ontology.datavo.crcloader.query", "edu.harvard.i2b2.ontology.datavo.crc.setfinder.query", "edu.harvard.i2b2.ontology.datavo.pm" }; }