문제

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