ca.gc.aafc.dina.mapper.IgnoreDinaMapping Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dina-base-api Show documentation
Show all versions of dina-base-api Show documentation
Base DINA API package for Java built on SpringBoot and Crnk
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