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

ca.gc.aafc.dina.mapper.IgnoreDinaMapping Maven / Gradle / Ivy

The newest version!
package ca.gc.aafc.dina.mapper;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * Marks a DTO field that it is to be skipped by the dina mapper.
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface IgnoreDinaMapping {

  String reason() default "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy