Skip to content

Commit 95df0cd

Browse files
committed
Custom nullable in nullableAnnotation should not use qualified notation
1 parent f7a662e commit 95df0cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Style(nullableAnnotation = "org.immutables.data.CustomNullableAnnotation")
1+
@Style(nullableAnnotation = "CustomNullableAnnotation")
22
package org.immutables.data;
33

44
import org.immutables.value.Value.Style;

0 commit comments

Comments
 (0)