package org.squirrelframework.foundation.component; public interface SquirrelInstanceProvider<T> { T get(); }