
com.github.nill14.utils.init.scope.IScopeStrategy Maven / Gradle / Ivy
The newest version!
package com.github.nill14.utils.init.scope;
import com.github.nill14.utils.init.api.IScope;
public interface IScopeStrategy {
IScope resolveScope();
boolean isPrototype();
boolean isSingleton();
/**
*
* @param obj
* @return true when two scope strategies resolve into the same scope
*/
boolean scopeEquals(IScopeStrategy obj);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy