Skip to content

Instantly share code, notes, and snippets.

@dylanz
Created May 26, 2011 23:45
Show Gist options
  • Save dylanz/994373 to your computer and use it in GitHub Desktop.
Save dylanz/994373 to your computer and use it in GitHub Desktop.
extcos-0.2b-all.jar
ClasspathScanner scanner = new ClasspathScanner();
Set<Class<?>> classes = scanner.getClasses(new ClassQuery() {
protected void query() {
select().
from("com.elc.tasklist").
returning(allImplementing(TortugaTable.class));
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment