|
|||||||||||||||||||
Source file | Conditionals | Statements | Methods | TOTAL | |||||||||||||||
ImplicitObjects.java | - | - | - | - |
|
1 |
/* Generated by AspectJ version 1.0.5 */ |
|
2 |
package org.apache.cactus.server; |
|
3 |
/** |
|
4 |
* Tagging interface for implicit objects. Implicit objects are objects that |
|
5 |
* are instanciated by the containers and that need to be made visible to your |
|
6 |
* test case classes. |
|
7 |
* |
|
8 |
* @author <a href="mailto:vmassol@apache.org">Vincent Massol</a> |
|
9 |
* |
|
10 |
* @version $Id: ImplicitObjects.html,v 1.1 2003/04/14 12:27:33 sinisa Exp $ |
|
11 |
*/ |
|
12 |
public interface ImplicitObjects { |
|
13 |
} |
|