![JAR search and dependency download from the Maven repository](/logo.png)
red.stu.querycheck.QueryRequired Maven / Gradle / Ivy
package red.stu.querycheck;
import java.lang.annotation.*;
/**
* Query Field Required
* @author yihrmc @stu.red
* @see QueryInterface
*/
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.SOURCE)
@Documented
public @interface QueryRequired {
/**
* @return fieldText
*/
String fieldText() default "";
/**
* @return marks
*/
Class extends Mark>[] marks() default {};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy