001//
002// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-01/24/2006 06:15 PM(kohsuke)-fcs 
003// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
004// Any modifications to this file will be lost upon recompilation of the source schema. 
005// Generated on: 2012.10.03 at 04:27:47 AM CEST 
006//
007
008
009package org.jdtaus.mojo.resource.model;
010
011
012/**
013 * Java content class for implementation element declaration.
014 * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at http://xml.jdtaus.org/1.0.x/jdtaus-core/jdtaus-core-schemas/jdtaus-container-1.1.xsd line 474)
015 * <p>
016 * <pre>
017 * &lt;element name="implementation" type="{http://jdtaus.org/core/model/container}Implementation"/>
018 * </pre>
019 * 
020 */
021public interface ImplementationElement
022    extends javax.xml.bind.Element, org.jdtaus.mojo.resource.model.Implementation
023{
024
025
026}