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

fr.ouestfrance.querydsl.postgrest.annotations.Selects Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package fr.ouestfrance.querydsl.postgrest.annotations;

import java.lang.annotation.*;

/**
 * Iterable annotation for select
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
public @interface Selects {
    /**
     * List of select, using value allow to avoid attribute name
     *
     * @return selects
     */
    Select[] value() default {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy