
com.taboola.rest.api.annotations.Final Maven / Gradle / Ivy
The newest version!
package com.taboola.rest.api.annotations;
import java.lang.annotation.*;
/**
* Final fields are set once, when creating the resource, and become read-only afterwards.
*
* Created by vladi
* Date: 1/15/2018
* Time: 10:18 PM
* By Taboola
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface Final {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy