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

com.github.xiaobingzhou.messageframe.repository.Store Maven / Gradle / Ivy

package com.github.xiaobingzhou.messageframe.repository;

import java.lang.reflect.Method;

public interface Store {

    String getBeanName();
    Method getMethod();
    String[] getParameterNames();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy