
net.cassite.pure.ioc.ScopeAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pure.ioc Show documentation
Show all versions of pure.ioc Show documentation
Lightweight type and annotation based dependency injection framework
The newest version!
package net.cassite.pure.ioc;
/**
* suggest that the weaver is aware of ioc session
*
* @author wkgcass
* @since 0.2.1
*/
public interface ScopeAware {
void setScope(Scope scope);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy