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

com.firefly.mvc.web.support.ControllerBeanDefinition Maven / Gradle / Ivy

The newest version!
package com.firefly.mvc.web.support;

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

import com.firefly.core.support.annotation.AnnotationBeanDefinition;

public interface ControllerBeanDefinition extends AnnotationBeanDefinition {
	List getReqMethods();

	void setReqMethods(List reqMethods);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy