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

org.n3r.eql.eqler.annotations.ProfiledSql Maven / Gradle / Ivy

package org.n3r.eql.eqler.annotations;

import java.lang.annotation.*;

@Documented
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface ProfiledSql {
    String[] profile() default {};

    String[] sql();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy