com.iwbfly.myhttp.annotation.AliasFor Maven / Gradle / Ivy
The newest version!
package com.iwbfly.myhttp.annotation;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface AliasFor {
/**
* 属性所对应的别名
* @return 别名
*/
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy