public class ServiceLoader extends Object
static <S> Iterable<S>
load(Class<S> service)
load(Class<S> service, ClassLoader loader)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <S> Iterable<S> load(Class<S> service)
public static <S> Iterable<S> load(Class<S> service, ClassLoader loader)
Copyright © 2013 Seam Framework. All Rights Reserved.