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

com.github.hetianyi.common.AspectResolver Maven / Gradle / Ivy

package com.github.hetianyi.common;

import org.aspectj.lang.ProceedingJoinPoint;

public interface AspectResolver {
    Object resolve(ProceedingJoinPoint joinPoint, T t) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy