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

com.slyak.spring.jpa.TemplateQueryObject Maven / Gradle / Ivy

There is a newer version: 3.3.0.RELEASE
Show newest version
package com.slyak.spring.jpa;

import org.springframework.data.annotation.QueryAnnotation;

import java.lang.annotation.*;

/**
 * .
 * 

* * @author stormning * @version V1.0, 2015/8/9. */ @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE}) @QueryAnnotation @Documented public @interface TemplateQueryObject { String value() default ""; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy