001/*
002 *  jDTAUS Core RI Client Container
003 *  Copyright (C) 2005 Christian Schulte
004 *  <cs@schulte.it>
005 *
006 *  This library is free software; you can redistribute it and/or
007 *  modify it under the terms of the GNU Lesser General Public
008 *  License as published by the Free Software Foundation; either
009 *  version 2.1 of the License, or any later version.
010 *
011 *  This library is distributed in the hope that it will be useful,
012 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
013 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
014 *  Lesser General Public License for more details.
015 *
016 *  You should have received a copy of the GNU Lesser General Public
017 *  License along with this library; if not, write to the Free Software
018 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
019 *
020 */
021package org.jdtaus.core.container.ri.client.test;
022
023/**
024 * Implementation used for testing the {@code Container} runtime.
025 *
026 * @author <a href="mailto:cs@schulte.it">Christian Schulte</a>
027 * @version $JDTAUS: TestChildImplementation.java 8641 2012-09-27 06:45:17Z schulte $
028 */
029public final class TestChildImplementation extends TestImplementation
030    implements MultitonSpecification
031{
032    //--Implementation----------------------------------------------------------
033
034    // This section is managed by jdtaus-container-mojo.
035
036
037    //----------------------------------------------------------Implementation--
038    //--Constructors------------------------------------------------------------
039
040// <editor-fold defaultstate="collapsed" desc=" Generated Code ">//GEN-BEGIN:jdtausConstructors
041    // This section is managed by jdtaus-container-mojo.
042
043    /** Standard implementation constructor <code>org.jdtaus.core.container.ri.client.test.TestChildImplementation</code>. */
044    public TestChildImplementation()
045    {
046        super();
047    }
048
049// </editor-fold>//GEN-END:jdtausConstructors
050
051    //------------------------------------------------------------Constructors--
052    //--Dependencies------------------------------------------------------------
053
054// <editor-fold defaultstate="collapsed" desc=" Generated Code ">//GEN-BEGIN:jdtausDependencies
055    // This section is managed by jdtaus-container-mojo.
056
057// </editor-fold>//GEN-END:jdtausDependencies
058
059    //------------------------------------------------------------Dependencies--
060    //--Properties--------------------------------------------------------------
061
062// <editor-fold defaultstate="collapsed" desc=" Generated Code ">//GEN-BEGIN:jdtausProperties
063    // This section is managed by jdtaus-container-mojo.
064
065// </editor-fold>//GEN-END:jdtausProperties
066
067    //--------------------------------------------------------------Properties--
068}