1 /**
2 * This package contains Java 5 annotation types that can be used
3 * to annotate the classes that implement CREOLE resources as an
4 * alternative to writing a creole.xml file by hand. See
5 * <a href="http://gate.ac.uk/userguide/sec:creole-model:config">the
6 * user guide</a> for details.
7 */
8 package gate.creole.metadata;
|