mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
Add return tag to ConfigList.unwrapped javadoc
This commit is contained in:
parent
09146706db
commit
e91c73b92e
@ -37,6 +37,8 @@ public interface ConfigList extends List<ConfigValue>, ConfigValue {
|
|||||||
/**
|
/**
|
||||||
* Recursively unwraps the list, returning a list of plain Java values such
|
* Recursively unwraps the list, returning a list of plain Java values such
|
||||||
* as Integer or String or whatever is in the list.
|
* as Integer or String or whatever is in the list.
|
||||||
|
*
|
||||||
|
* @return a {@link java.util.List} containing plain Java objects
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
List<Object> unwrapped();
|
List<Object> unwrapped();
|
||||||
|
Loading…
Reference in New Issue
Block a user