@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface NoProjection
Flag to avoid a property on the target object to be projected from the source object.
This allows to have independent properties on the target obejct that will be maintained
outside of the ModelProjector framework.
- Author:
- Guido Laures