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

com.github.fashionbrot.function.GetAnnotationFunction Maven / Gradle / Ivy

The newest version!
package com.github.fashionbrot.function;


import java.lang.reflect.Method;

/**
 * 获取接口方法注解权限
 */
@FunctionalInterface
public interface GetAnnotationFunction {

    String[] value(Method method);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy