
com.owl.comment.annotations.OwlCheckParams Maven / Gradle / Ivy
package com.owl.comment.annotations;
import java.lang.annotation.*;
/**
* 添加參數注解
* author engwen
* email [email protected]
* time 2018/10/15.
*/
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface OwlCheckParams {
String[] notAllNull() default {};
String[] notNull() default {};
String[] canNull() default {};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy