
top.fullj.util.Ignore Maven / Gradle / Ivy
package top.fullj.util;
import java.lang.annotation.*;
/**
* @author bruce.wu
* @since 2021/12/7 16:25
*/
@Target({ElementType.FIELD, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Ignore {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy