ReflectASM

ReflectASM 1.05

ReflectASM is a small Java library that provides high performance reflection by using code generation. An access class is generated to set or get fields, call methods, or create a new instance. The access class uses bytecode rather than Java's reflection....

MinLog

MinLog 1.2

MinLog is a Java logging library. Logging statements below a given level can be automatically removed by javac at compile time. This means applications can have detailed trace and debug logging without having any impact on the finished product. The API is...