public interface Factory<T>
Modifier and Type | Method and Description |
---|---|
T |
create(Context context)
Creates an object to be injected.
|
Class<? extends T> |
type()
Returns a class of
|
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.