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

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[] marks() default {};

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy