Package org.jfree.xml.generator.model
Class PrintBeanInfo
- java.lang.Object
-
- org.jfree.xml.generator.model.PrintBeanInfo
-
public class PrintBeanInfo extends Object
A utility class for printing information about a class.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Entry point for this utility application.static void
print(Class c)
Prints the information for a class.
-
-
-
Method Detail
-
print
public static void print(Class c)
Prints the information for a class.- Parameters:
c
- the class.
-
-