From fa27f032e5a09deb4ba97f7885470d411485bd9b Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
@Singular
can only be applied to collection types known to lombok. Currently, the supported types are:
java.util
:java.util
:Iterable
, Collection
, and List
(backed by a compacted unmodifiable ArrayList
in the general case).Set
, SortedSet
, and NavigableSet
(backed by a smartly sized unmodifiable HashSet
or TreeSet
in the general case).Map
, SortedMap
, and NavigableMap
(backed by a smartly sized unmodifiable HashMap
or TreeMap
in the general case).