org.bibeault.jrjournal.ccc.test
Class ClassWithoutNoArgsConstructor

java.lang.Object
  extended byorg.bibeault.jrjournal.ccc.test.ClassWithoutNoArgsConstructor

public class ClassWithoutNoArgsConstructor
extends java.lang.Object

Class used to test that the ClassConstantInspector can inspect class constants in a class without a no-args constructor.


Field Summary
static java.lang.String KEY_WHATEVER
           
 
Constructor Summary
ClassWithoutNoArgsConstructor(int unused)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_WHATEVER

public static final java.lang.String KEY_WHATEVER
See Also:
Constant Field Values
Constructor Detail

ClassWithoutNoArgsConstructor

public ClassWithoutNoArgsConstructor(int unused)