سؤال

I need to do reflection and introspection in my java application, but I find that java.lang.reflect is a little bit complex to use, and I cannot easily find solutions for what I want to do.

Do you know another library that do introspection?

هل كانت مفيدة؟

المحلول

For introspection start with java.beans.Introspector.

To get started with reflection have a look at the tutorial: http://docs.oracle.com/javase/tutorial/reflect/

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top