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

com.taboola.backstage.annotations.ReadOnly Maven / Gradle / Ivy

package com.taboola.backstage.annotations;

import java.lang.annotation.*;

/**
 * Read-only fields are fields that should never be sent to the server, and will appear only when fetching a resource.
 *
 * Created by vladi
 * Date: 1/15/2018
 * Time: 10:17 PM
 * By Taboola
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface ReadOnly {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy