This {@link Descriptor} creates a {@link List}.
If no specific implementation for the {@link List} is specified, an {@link ArrayList} will be used.
Entries can be added during the list initialization. The list of entries is specified with {@link #setValueDescriptors(List)}.
@author Tom Baeyens @author Guillaume Porcher (documentation) @see Descriptor
|
|