mirror of
https://github.com/lightbend/config.git
synced 2025-03-26 12:06:02 +08:00
Merge pull request #383 from kxbmap/config-list-unwrapped-doc
Add return tag to ConfigList.unwrapped javadoc
This commit is contained in:
commit
b1cc2352d8
@ -37,6 +37,8 @@ public interface ConfigList extends List<ConfigValue>, ConfigValue {
|
||||
/**
|
||||
* Recursively unwraps the list, returning a list of plain Java values such
|
||||
* as Integer or String or whatever is in the list.
|
||||
*
|
||||
* @return a {@link java.util.List} containing plain Java objects
|
||||
*/
|
||||
@Override
|
||||
List<Object> unwrapped();
|
||||
|
Loading…
Reference in New Issue
Block a user