Annotation Interface BeanIgnore


@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface BeanIgnore
When a property is set to be ignored, it will not be mapped from the source to the target. This annotation can be set on both sides.