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

com.owl.comment.annotations.OwlSetNullData Maven / Gradle / Ivy

package com.owl.comment.annotations;

import java.lang.annotation.*;

/**
 * 将指定的参数设置为 null
 * @author engwen
 * email [email protected]
 * 2018/11/20.
 */
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface OwlSetNullData {
    String[] paramsValue() default {};

    String[] backValue() default {};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy