Skip to content

Commit d3794ae

Browse files
Drop default for @DefaultValue value.
1 parent 93d1dec commit d3794ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectbox-java-api/src/main/java/io/objectbox/annotation/DefaultValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
@Retention(RetentionPolicy.CLASS)
1515
@Target({ElementType.FIELD})
1616
public @interface DefaultValue {
17-
String value() default "";
17+
String value();
1818
}

0 commit comments

Comments
 (0)