001//
002// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
003// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> 
004// Any modifications to this file will be lost upon recompilation of the source schema. 
005// Generated on: 2018.12.10 at 03:02:30 PM PST 
006//
007
008
009package org.microbean.jpa.jaxb;
010
011import javax.xml.bind.annotation.XmlAccessType;
012import javax.xml.bind.annotation.XmlAccessorType;
013import javax.xml.bind.annotation.XmlType;
014
015
016/**
017 * 
018 * 
019 *         @Target({METHOD, FIELD}) @Retention(RUNTIME)
020 *         public @interface Lob {}
021 * 
022 *       
023 * 
024 * <p>Java class for lob complex type.
025 * 
026 * <p>The following schema fragment specifies the expected content contained within this class.
027 * 
028 * <pre>
029 * &lt;complexType name="lob"&gt;
030 *   &lt;complexContent&gt;
031 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
032 *     &lt;/restriction&gt;
033 *   &lt;/complexContent&gt;
034 * &lt;/complexType&gt;
035 * </pre>
036 * 
037 * 
038 */
039@XmlAccessorType(XmlAccessType.FIELD)
040@XmlType(name = "lob")
041public class Lob {
042
043
044}