EdenLib News
Brought to you by:
aeden
Version 0.3 of the EdenLib Java library is now available at http://edenlib.sf.net/
EdenLib is a collection of Java libraries which I use throughout my open source projects. This collection contains code which I have found useful time and time again and which I believe may be useful to other developers as well.
All logging is now done through the generic logging API in com.anthonyeden.lib.log. Added invokeDelcared and getDeclaredMethod methods to the MethodUtilities class.