Generated by
JDiff

Class com.google.inject.spi.ElementSource

Documentation changed from old to new.

Changed Methods
Object getDeclaringSource() Documentation changed from old to new.
Returns a single location in source code that defines the element.
List<String> getModuleClassNames() Documentation changed from old to new.
Returns the class names of modules involved in creating this Element.
List<Integer> getModuleConfigurePositionsInStackTrace() Documentation changed from old to new.
Returns the position of configure(Binder) method call in the stack trace for modules that their classes returned by .getModuleClassNames.
StackTraceElement[] getStackTrace() Documentation changed from old to new.
Returns the sequence of method calls that ends at one of com.google.inject.Binder {@code bindXXX()} methods and eventually defines the element.