Annotation Interface ManyToOne


@Documented @Value("null") @Retention(RUNTIME) @Target({FIELD,PARAMETER,ANNOTATION_TYPE}) public @interface ManyToOne
Marks a field to have a many-to-one relationship.

This annotation also adds the @Transient and @Value("null") annotations to the field.