com.iwbfly.myhttp.annotation.ParamLifeCycle Maven / Gradle / Ivy
The newest version!
package com.iwbfly.myhttp.annotation;
import com.iwbfly.myhttp.lifecycles.ParameterAnnotationLifeCycle;
import com.iwbfly.myhttp.mapping.MappingIndex;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.ANNOTATION_TYPE)
public @interface ParamLifeCycle {
Class extends ParameterAnnotationLifeCycle> value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy