public static class GuiceModuleAggregator.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
com.google.inject.Module |
build() |
GuiceModuleAggregator.Builder |
withModuleAnnotations(Class<? extends Annotation>... moduleAnnotations) |
GuiceModuleAggregator.Builder |
withOverrideModuleAnnotations(Class<? extends Annotation>... overridesModuleAnnotations) |
GuiceModuleAggregator.Builder |
withPackages(String... packages) |
public GuiceModuleAggregator.Builder withModuleAnnotations(Class<? extends Annotation>... moduleAnnotations)
public GuiceModuleAggregator.Builder withOverrideModuleAnnotations(Class<? extends Annotation>... overridesModuleAnnotations)
public GuiceModuleAggregator.Builder withPackages(String... packages)
public com.google.inject.Module build()
Copyright © 2018. All rights reserved.