Constructor and Description |
---|
ListProvider() |
Modifier and Type | Method and Description |
---|---|
ListProvider<T> |
add(Class<? extends T> clazz) |
ListProvider<T> |
add(Class<? extends T> clazz,
Annotation annotation) |
ListProvider<T> |
add(Class<? extends T> clazz,
Class<? extends Annotation> annotation) |
ListProvider<T> |
add(com.google.inject.Key<? extends T> key) |
List<T> |
get() |
public ListProvider<T> add(Class<? extends T> clazz)
public ListProvider<T> add(Class<? extends T> clazz, Class<? extends Annotation> annotation)
public ListProvider<T> add(Class<? extends T> clazz, Annotation annotation)
public ListProvider<T> add(com.google.inject.Key<? extends T> key)
Copyright © 2011–2015. All rights reserved.