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

com.github.datalking.annotation.meta.MethodMetadata Maven / Gradle / Ivy

package com.github.datalking.annotation.meta;

/**
 * @author yaoo on 4/13/18
 */
public interface MethodMetadata {

    String getMethodName();

    String getDeclaringClassName();

    String getReturnTypeName();

//    boolean isFinal();
//    boolean isStatic();
//    boolean isAbstract();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy