|
|||||||||||||||||||
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 | |||||||||||||||
PicoIntrospectionException.java | - | - | - | - |
|
1 |
package org.picocontainer;
|
|
2 |
|
|
3 |
/**
|
|
4 |
*
|
|
5 |
* @author Aslak Hellesøy
|
|
6 |
* @version $Revision: 1.3 $
|
|
7 |
*/
|
|
8 |
public abstract class PicoIntrospectionException extends PicoInitializationException { |
|
9 |
} |
|
10 |
|
|