Annotation Interface ManyToMany


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

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