public class PrintBeanInfo extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Entry point for this utility application.
|
static void |
print(java.lang.Class c)
Prints the information for a class.
|
public static void print(java.lang.Class c)
c
- the class.public static void main(java.lang.String[] args) throws java.lang.Exception
args
- the class names.java.lang.Exception
- if there is a problem.