Am 17.10.2017 um 15:17 schrieb Anatole Tresch:
> Hi all
>
> WDYT on adding some default functionality on the PropertySource SPI:
>
> default boolean isScannable(){
> return true;
> }
+1
> // not sure for this...
>
> default PropertyValue get(String key){
> return getProperties().get(key);}
Sounds reasonable to me as well - what cirumstances do you fear with
that default implementation?
Cheers,
Phil
