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

com.jaxio.jpa.querybyexample.ReadOnly Maven / Gradle / Ivy

The newest version!
/*
 * Source code generated by Celerio, a Jaxio product.
 * Documentation: http://www.jaxio.com/documentation/celerio/
 * Follow us on twitter: @jaxiosoft
 * Need commercial support ? Contact us: [email protected]
 * Template pack-custom:backend/main/java/repository/support/ReadOnly.p.vm.java
 */
package com.jaxio.jpa.querybyexample;

import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import javax.inject.Qualifier;

@Qualifier
@Target({ TYPE, METHOD })
@Retention(RUNTIME)
@Documented
public @interface ReadOnly {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy