io.github.afezeria.freedao.classic.runtime.DisableAutoFill Maven / Gradle / Ivy
package io.github.afezeria.freedao.classic.runtime;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author afezeria
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface DisableAutoFill {
}