package-info.java from Texai at Krugle
Show package-info.java syntax highlighted
/**
* Copyright (C) 2006 Stephen L. Reed.
*
* This program is free software; you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with this program;
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*
* Provides knowledge base persistence for WordNet v2.1 domain entities via annotations.
* <h2>Package Specification</h2>
*
* <h2>Related Documentation</h2>
* For overviews, tutorials, examples, guides, and tool documentation, please see:
* <ul>
* <li><a href="http://sf.net/projects/texai">Texai project at SourceForge</a>
* </ul>
*
*/
@DomainContext(loadFromContext=Constants.TERM_WORDNET21_DOMAIN_CONTEXT,
persistToContext=Constants.TERM_WORDNET21_DOMAIN_CONTEXT,
subContextOf=Constants.TERM_NAME_BASE_KB)
package org.texai.lexicon.domainEntity;
import org.texai.kb.persistence.DomainContext;
import org.texai.kb.Constants;
See more files for this project here