What is Java Introspecter, and where can we use it?

China
April 30, 2011 8:30am CST
Introspecter is a feature of Java Bean. I just heard about it. So, what is Java Introspecter and where can we use it?
1 response
@jackycui (32)
• China
30 Apr 11
The Introspector class provides a standard way for tools to learn about the properties, events, and methods supported by a target Java Bean. Below is a example: http://www.javaol.net/2011/04/listing-the-property-names-of-a-bean/
• China
4 May 11
Thanks for your answer. It really tells me what is Java Introspector.