public class NewsEntriesProvider extends Object implements com.google.inject.Provider<List<INewsEntry>>
| Constructor and Description |
|---|
NewsEntriesProvider(IAppConfig appConfig) |
| Modifier and Type | Method and Description |
|---|---|
List<INewsEntry> |
get() |
protected IAppConfig |
getAppConfig() |
@Inject public NewsEntriesProvider(IAppConfig appConfig)
protected IAppConfig getAppConfig()
public List<INewsEntry> get()
get in interface javax.inject.Provider<List<INewsEntry>>Copyright © 2016. All rights reserved.