@Mapper - gorskip/testing-framework GitHub Wiki

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Mapper {

    String name() default "";
}