View Javadoc

1   /***
2    Copyright (C) 2005 The Java Community
3   
4    This program is free software; you can redistribute it and/or modify  it under
5    the terms of the GNU General Public License as published by  the Free Software
6    Foundation; either version 2 of the License, or  (at your option) any later
7    version.
8   
9    This program is distributed in the hope that it will be useful,  but WITHOUT
10   ANY WARRANTY; without even the implied warranty of  MERCHANTABILITY or FITNESS
11   FOR A PARTICULAR PURPOSE. See the  GNU General Public License for more details.
12  
13   You should have received a copy of the GNU General Public License  along with
14   this program; if not, write to the Free Software  Foundation, Inc., 59 Temple
15   Place, Suite 330, Boston, MA 02111-1307 USA.
16   */
17  package org.bejug.javacareers.feeder.model;
18  
19  /***
20   * Tagging interface.
21   *
22   * @author Bavo (last modified by $Author: ge0ffrey $
23   * @version $Revision: 1.1 $ - $Date: 2005/08/26 07:58:29 $
24   */
25  public interface Feed {
26  }
27  
28  /***
29   * $Log: Feed.java,v $
30   * Revision 1.1  2005/08/26 07:58:29  ge0ffrey
31   * split up the sources in service, serviceimpl and webclient
32   *
33   * Revision 1.2  2005/06/09 08:18:42  bejug_cc
34   * Fix initial import
35   *
36   * Revision 1.1  2005/05/23 17:04:57  sja
37   * Moved to org.bejug.javacareers.feeder package.
38   *
39   * Revision 1.1  2005/05/23 08:46:33  PSONG09
40   * added feeder source files to project
41   *
42   * Revision 1.2  2005/05/10 11:32:48  bavo_jcs
43   * integrated with services from JavaCareers Web
44   *
45   * Revision 1.1.1.1  2005/04/26 14:13:50  stephan_janssen
46   * Initial import
47   *
48   * Revision 1.1.1.1  2005/04/26 12:58:30  sja
49   * Initial Release
50   *
51   * Revision 1.1.1.1  2005/04/26 12:51:25  sja
52   * Initial Release
53   *
54   */