|
|||||||||||||||||||
30 day Evaluation Version distributed via the Maven Jar Repository. Clover is not free. You have 30 days to evaluate it. Please visit http://www.thecortex.net/clover to obtain a licensed version of Clover | |||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
XMember.java | - | - | - | - |
|
1 |
/*
|
|
2 |
* Copyright (c) 2001-2003 The XDoclet team
|
|
3 |
* All rights reserved.
|
|
4 |
*/
|
|
5 |
package xjavadoc;
|
|
6 |
|
|
7 |
/**
|
|
8 |
* This is just a marker interface to be able to distinguish between class
|
|
9 |
* members and classes. Used in XDoc.superdoc().
|
|
10 |
*
|
|
11 |
* @author Aslak Hellesøy
|
|
12 |
* @created 12. mars 2002
|
|
13 |
*/
|
|
14 |
public interface XMember extends XProgramElement |
|
15 |
{ |
|
16 |
} |
|
17 |
|
|