net.sf.andromedaioc.android.AndromedaContextHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of andromeda-ioc Show documentation
Show all versions of andromeda-ioc Show documentation
Inversion of Control Framework for Android
The newest version!
package net.sf.andromedaioc.android;
import net.sf.andromedaioc.context.AndromedaContext;
/**
* Andromeda context holder
*
* @author Alexey Mitrov
*/
public interface AndromedaContextHolder {
/**
* Should return andromeda context
*
* @return andromeda context
*/
AndromedaContext getAndromedaContext();
}