Skip to content

Commit cb27e75

Browse files
committed
Update README.md
1 parent cd3a0f3 commit cb27e75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
![](https://raw.github.com/wiki/EsotericSoftware/reflectasm/images/logo.png)
22

3+
Please use the [ReflectASM discussion group](http://groups.google.com/group/reflectasm-users) for support.
4+
35
## Overview
46

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

0 commit comments

Comments
 (0)