public interface ContainerFactory<T>
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(Class<?> type) |
ContainerBuilder<T> |
newContainerBuilderFor(Class<?> type) |
boolean accepts(Class<?> type)
ContainerBuilder<T> newContainerBuilderFor(Class<?> type)
Copyright © 2018. All rights reserved.