Skip to content

Instantly share code, notes, and snippets.

@tylertreat
Created December 31, 2014 21:12
for (Class<?> clazz : getClasspathClasses("com.foo.bar")) {
if (clazz.isAnnotationPresent(Component.class)) {
// Found bean
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment