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....