Generated by
JDiff

Interface com.google.inject.spi.Element

Changed Methods
T acceptVisitor(ElementVisitor<T>) Changed from non-abstract to abstract. Accepts an element visitor.
void applyTo(Binder) Changed from non-abstract to abstract. Writes this module element to the given binder (optional operation).
Object getSource() Changed from non-abstract to abstract. Returns an arbitrary object containing information about the "place" where this element was configured.