From cb27e7559a3104e13c923b6afee5e898061722f0 Mon Sep 17 00:00:00 2001 From: Nathan Sweet Date: Tue, 12 Nov 2013 22:04:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6da9ca1..ced8487 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ![](https://raw.github.com/wiki/EsotericSoftware/reflectasm/images/logo.png) +Please use the [ReflectASM discussion group](http://groups.google.com/group/reflectasm-users) for support. + ## Overview ReflectASM is a very small Java library that provides high performance reflection by using code generation. An access class is generated to set/get fields, call methods, or create a new instance. The access class uses bytecode rather than Java's reflection, so it is much faster. It can also access primitive fields via bytecode to avoid boxing.