- Refactored package to match my site name
- Renamed "logging" package to "stream"
- Fixed various bugs
- Fixed issues with illegal reflective access
- Added proper throwable for when a dangerous threaded action happens in async
- Added more reflective tools
- Added ability to auto-generate simple wrapper classes
- Added tools for converting enums to a flag-like system
- Added annotation scanning for a supplied classloader
- Properly renamed module to "libRefTools"
- Added ability to "post" a return value to the Async object before completion
- Added ability to poll the return value of Async without awaiting completion
- Simplified SafeReflection "customEnum" method using Unsafe.
- Modified SafeReflection.<clinit> to support android
- Fixed Iterator and added remove()
- Added support for dispatching batch Async operations
- Rewrote lots of code to support lower language levels (java 5+)
Added shifting set as separate public class
Added "Empty" class for internal references
Added shifting entry for static array reference to shifting set