Skip to content

Commit

Permalink
- Default value of repository annotation changed to "Primary".
Browse files Browse the repository at this point in the history
  • Loading branch information
mawaisayub authored Jan 12, 2025
1 parent 85a6ed9 commit 88107d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Repository {
String value() default "";
String value() default "Primary";
}

0 comments on commit 88107d5

Please sign in to comment.