com.envision.annotation.MarsValids Maven / Gradle / Ivy
package com.envision.annotation;
import java.lang.annotation.*;
/**
* description
* create by lixiangxin at 2018/11/30
**/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface MarsValids {
MarsValid[] value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy