mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 08:21:35 +00:00
[fixes #3416] Ignore annotations during array detection
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@lombok.ToString
|
||||
public class ToStringArray {
|
||||
int[] primitiveArray;
|
||||
|
||||
Object[] objectArray;
|
||||
}
|
||||
Reference in New Issue
Block a user