public class Service extends Object
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
static Iterator |
providers(Class cls)
Returns an iterator where each element should implement the
interface (or subclass the baseclass) described by cls.
|
public static Iterator providers(Class cls)
cls - The class/interface to search for providers of.Copyright © 2000–2017 Apache Software Foundation. All rights reserved.