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

com.iwbfly.myhttp.lifecycles.method.RequestLifeCycle Maven / Gradle / Ivy

The newest version!
package com.iwbfly.myhttp.lifecycles.method;

import com.iwbfly.myhttp.lifecycles.MethodAnnotationLifeCycle;
import com.iwbfly.myhttp.reflection.MetaRequest;
import com.iwbfly.myhttp.reflection.MyhttpMethod;
import com.iwbfly.myhttp.utils.ReflectUtils;

import java.lang.annotation.Annotation;

/**
 * @author pangyajun
 * @since 2021/11/27 10:29
 **/
public class RequestLifeCycle implements MethodAnnotationLifeCycle {



    @Override
    public void onMethodInitialized(MyhttpMethod method, Annotation annotation) {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy