Results 1 to 1 of 1
Thread: Evo Class Index
- 01-01-2012, 01:17 PM #1
Senior Member
- Join Date
- Sep 2011
- Posts
- 1,457
- Rep Power
- 3
Evo Class Index
Evo Class Index is an annotation processor that at compile-time generates an index of classes implementing a given interface, classes annotated by given annotation, or placed in a common package. Its small run-time performance impact makes it an interesting alternative to any annotation scanning library like Reflections or Scannotations. The generated indexes are compatible with the ServiceLoader framework, so you will never need to create the files in META-INF/services by hand.
URL: Evo Class Index
Similar Threads
-
How to get the value of an index
By slidepuppy1 in forum New To JavaReplies: 3Last Post: 11-06-2011, 09:53 PM -
Redirecting port 80 index to port 8080 index
By chyrl in forum Advanced JavaReplies: 0Last Post: 11-30-2010, 03:15 PM -
Pulling an Index made with Lucene to dev batch code for index listings
By txgeekgirl in forum LuceneReplies: 0Last Post: 10-29-2010, 08:15 PM -
Index of an int
By wake in forum New To JavaReplies: 4Last Post: 02-24-2010, 01:54 PM -
I can't run my index.jsp
By gissah in forum New To JavaReplies: 0Last Post: 03-23-2009, 01:42 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks