Skip to content

Commit

Permalink
Enable MultiField annotation on entity getter.
Browse files Browse the repository at this point in the history
Original Pull Request #2649
Closes #2600
  • Loading branch information
sothawo authored Jul 27, 2023
1 parent ad67c00 commit 076f261
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Peter-Josef Meisch
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD, ElementType.ANNOTATION_TYPE })
@Target({ ElementType.FIELD, ElementType.ANNOTATION_TYPE, ElementType.METHOD })
@Documented
public @interface MultiField {

Expand Down
Loading

0 comments on commit 076f261

Please sign in to comment.