public class DIConstructorParams extends Object implements Iterable<DIConstructorParam>
| Constructor and Description |
|---|
DIConstructorParams() |
| Modifier and Type | Method and Description |
|---|---|
DIConstructorParam |
add(String paramName,
Class<?> paramType,
List<Annotation> annotations) |
Iterator<DIConstructorParam> |
iterator() |
int |
size() |
public Iterator<DIConstructorParam> iterator()
iterator in interface Iterable<DIConstructorParam>public DIConstructorParam add(String paramName, Class<?> paramType, List<Annotation> annotations)
public int size()
Copyright © 2014. All rights reserved.