Skip to content

Commit

Permalink
Fix link to javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jotomo committed Aug 1, 2014
1 parent fc6832f commit f57fc68
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 @@ -122,7 +122,7 @@ Set<Fields> fields = getAllFields(SomeClass.class, withAnnotation(annotation), w
###ClasspathHelper
ClasspathHelper contains some convenient methods to get urls for package, for class, for classloader and so.

*See more in the [ClasspathHelper javadoc](http://reflections.googlecode.com/svn/trunk/reflections/javadoc/apidocs/org/reflections/utils/ClasspathHelper.html)*
*See more in the [ClasspathHelper javadoc](http://reflections.googlecode.com/svn/trunk/reflections/javadoc/apidocs/org/reflections/util/ClasspathHelper.html)*

###Reflections Maven plugin
With simple Maven configuration you can save all scanned metadata into xml files on compile time.
Expand Down

0 comments on commit f57fc68

Please sign in to comment.