Skip to content

Commit

Permalink
da
Browse files Browse the repository at this point in the history
  • Loading branch information
ronmamo committed Jun 13, 2014
1 parent aa24f89 commit fc6832f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Set<Member> usages =
* Make sure to scan all the transitive relevant urls (your packages and relevant 3rd party).

*Browse the [javadoc](http://reflections.googlecode.com/svn/trunk/reflections/javadoc/apidocs/index.html?org/reflections/Reflections.html) for more info.*
*Also, browse the [tests directory](https://github.com/ronmamo/reflections/src/test/java/org/reflections) to see some more examples.*
*Also, browse the [tests directory](https://github.com/ronmamo/reflections/tree/master/src/test/java/org/reflections) to see some more examples.*

###ReflectionUtils
ReflectionsUtils contains some convenient Java reflection helper methods for getting types/constructors/methods/fields/annotations matching some predicates, generally in the form of *getAllXXX(type, withYYY)
Expand Down

0 comments on commit fc6832f

Please sign in to comment.