source: FederatedSearch/mpi-endpoint/target/generated-sources/xjc/de/clarin/fcs/schema/package-info.java @ 6059

Last change on this file since 6059 was 6059, checked in by olhsha@mpi.nl, 9 years ago

importing the impi endpoint with the example of usage jaxb for generating java classes from schemata,and usage of guava library for cache

File size: 862 bytes
Line 
1//
2// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
3// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
4// Any modifications to this file will be lost upon recompilation of the source schema.
5// Generated on: 2015.02.25 at 04:46:45 PM CET
6//
7
8@javax.xml.bind.annotation.XmlSchema(namespace = "http://clarin.eu/fcs/endpoint-description", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED, xmlns = {
9    @javax.xml.bind.annotation.XmlNs(namespaceURI = "http://clarin.eu/fcs/dataview/hits", prefix = "hits"),
10    @javax.xml.bind.annotation.XmlNs(namespaceURI = "http://clarin.eu/fcs/endpoint-description", prefix = "ed"),
11    @javax.xml.bind.annotation.XmlNs(namespaceURI = "http://clarin.eu/fcs/resource", prefix = "fcs")
12})
13package de.clarin.fcs.schema;
Note: See TracBrowser for help on using the repository browser.