KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > xdoclet > modules > mockobjects > MockObjectDocletTask


1 /*
2  * Copyright (c) 2001, 2002 The XDoclet team
3  * All rights reserved.
4  */

5 package xdoclet.modules.mockobjects;
6
7 // XDoclet import
8
import xdoclet.DocletTask;
9
10 /**
11  * This (empty) task generates mock objects.
12  *
13  * @author Joe Walnes
14  * @author Stig Jørgensen
15  * @created 5. februar 2003
16  * @todo Do we really need this? Cannot think of any properties, etc we need soon.
17  */

18 public class MockObjectDocletTask extends DocletTask
19 {
20     // No need to fill in anything.
21
// Only when we need some properties of our own.
22
}
23
Popular Tags