All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.cassite.pure.ioc.ScopeAware Maven / Gradle / Ivy

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