@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface Mapping
Defines non-standard mappings on property or field levels.
If property level is considered this annotation should be put on valid bean property getter method.
- Author:
- dmitry.buzdin