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

com.nhl.link.move.annotation.AfterFksResolved Maven / Gradle / Ivy

There is a newer version: 3.0.M6
Show newest version
package com.nhl.link.move.annotation;

import java.lang.annotation.*;

/**
 * Annotation of a data segment transformation stage listener method that should be called after FK values
 * are resolved to objects.
 *
 * @since 2.12
 */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface AfterFksResolved {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy