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

com.iwbfly.myhttp.annotation.Variable Maven / Gradle / Ivy

The newest version!
package com.iwbfly.myhttp.annotation;


import com.iwbfly.myhttp.lifecycles.param.VariableLifeCycle;

import java.lang.annotation.*;

@Documented
@ParamLifeCycle(VariableLifeCycle.class)
@Retention(RetentionPolicy.RUNTIME)
@Target(value = ElementType.PARAMETER)
public @interface Variable {

    String value() ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy