Generated by
JDiff

Interface com.google.inject.spi.BindingScopingVisitor

Changed Methods
V visitEagerSingleton() Changed from non-abstract to abstract. Visit an eager singleton or single instance.
V visitNoScoping() Changed from non-abstract to abstract. Visit an unspecified or unscoped strategy.
V visitScope(Scope) Changed from non-abstract to abstract. Visit a scope instance.
V visitScopeAnnotation(Class<Annotation>) Changed from non-abstract to abstract. Visit a scope annotation.