public interface ObjectGraph
<T> T get(Class<T> type)
IllegalArgumentException - if type is not one of this object graph's injectable types.<T> T inject(T instance)
IllegalArgumentException - if the runtime type of instance is not one of this object graph's injectable types.Copyright © 2014-2015. All Rights Reserved.