Skip to content

Instantly share code, notes, and snippets.

@qingniufly
Created March 15, 2017 07:41
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 qingniufly/58b79f2c4f61acd9c585a75a16fe1c7a to your computer and use it in GitHub Desktop.
Save qingniufly/58b79f2c4f61acd9c585a75a16fe1c7a to your computer and use it in GitHub Desktop.
ServiceLoaderUtils.java
ClassLoader CLASS_LOADER = ReflectHelpers.findClassLoader();
TreeSet pipelineRunnerRegistrars = Sets.newTreeSet(ObjectsClassComparator.INSTANCE);
Lists.newArrayList(ServiceLoader.load(PipelineRunnerRegistrar.class, CLASS_LOADER));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment