Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save qzagarese/0fa26cd45968c9276865ebd9471c2d53 to your computer and use it in GitHub Desktop.
Save qzagarese/0fa26cd45968c9276865ebd9471c2d53 to your computer and use it in GitHub Desktop.
List<Annotation> annotations = Stream.of(m.getDeclaredAnnotations())
.filter(annotation -> annotation.annotationType().isAnnotationPresent(Handler.class))
.collect(Collectors.toList());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment