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

cn.tom.mvc.core.App Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package cn.tom.mvc.core;

import java.lang.reflect.Method;
import java.util.Map;


public interface App {
	 
	/*ext annotation passer*/ 
	public Object extAnnnotation(Object obj, Method me, Map map);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy