Class com.google.inject.spi.Message
Added interfaces com.google.inject.spi.Element, java.io.Serializable
.
Documentation changed from old to new.
Change from non-final to final.
Added Constructors |
Message(List<Object>, String, Throwable)
|
@since 2.0 |
Removed Methods |
String getSourceString()
|
Returns a string representation of the source object. |
Added Methods |
T acceptVisitor(ElementVisitor<T> )
|
@since 2.0 |
void applyTo(Binder )
|
@since 2.0 |
Throwable getCause()
|
Returns the throwable that caused this message, or {@code null} if this
message was not caused by a throwable. |
List<Object> getSources()
|
@since 2.0 |
Changed Methods |
String getSource()
|
Change in return type from Object to String .
Documentation changed from old to new. |
|