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

io.axway.iron.description.Id Maven / Gradle / Ivy

The newest version!
package io.axway.iron.description;

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

/**
 * Used on an entity member, this annotation permits to exposes the internal auto generated id of the instance.
* It must be used only with a {@code long} data type. */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) @Documented public @interface Id { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy