package com.brightgenerous.datasource; import com.google.inject.Injector; public interface Initializer { void initialize(Injector injector); }