Annotation Interface OneToMany


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

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