Hi all

WDYT on adding some default functionality on the PropertySource SPI:

default boolean isScannable(){
    return true;
}


// not sure for this...

default PropertyValue get(String key){
    return getProperties().get(key);}


​J Anatole​


-- 
*Anatole Tresch*
PPMC Member Apache Tamaya
JCP Star Spec Lead
*Switzerland, Europe Zurich, GMT+1*
*maketechsimple.wordpress.com <http://maketechsimple.wordpress.com/> *
*Twitter:  @atsticks, @tamayaconf*

*Speaking at:*

  [image: JSD_Speaker_2017][image: J-Con 2017 logo][image: JVM Con]

Reply via email to