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

com.firefly.core.ApplicationContext Maven / Gradle / Ivy

There is a newer version: 4.0.3.2
Show newest version
package com.firefly.core;

public interface ApplicationContext {

	 T getBean(Class clazz);

	 T getBean(String id);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy