Skip to content

Instantly share code, notes, and snippets.

@ljnelson
Created February 14, 2018 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljnelson/757bde7402ea7422ce2b6ba765ce53f5 to your computer and use it in GitHub Desktop.
Save ljnelson/757bde7402ea7422ce2b6ba765ce53f5 to your computer and use it in GitHub Desktop.
Cleaning up in AfterBeanDiscovery
private final void processAfterBeanDiscovery(@Observes final AfterBeanDiscovery event) {
if (event != null) {
this.eventSelectorBeans.clear();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment