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

com.mangopay.core.NoUpdate Maven / Gradle / Ivy

There is a newer version: 2.42.0
Show newest version
package com.mangopay.core;

import java.lang.annotation.*;

/**
 * Marks entity properties that cannot be updated
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface NoUpdate { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy