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

com.codingapi.tx.aop.service.AspectBeforeService Maven / Gradle / Ivy

package com.codingapi.tx.aop.service;

import org.aspectj.lang.ProceedingJoinPoint;

/**
 * Created by lorne on 2017/7/1.
 */
public interface AspectBeforeService {

    Object around(String groupId,int maxTimeOut, ProceedingJoinPoint point) throws Throwable;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy