I think is is usefull and a good indicator would be, if many implementations of an method do exactly the same, this implementation should become the default implementation

Oliver


Am 17.10.17 um 15:17 schrieb Anatole Tresch:
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​



--
N Oliver B. Fischer
A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany
P +49 30 44793251
M +49 178 7903538
E [email protected]
S oliver.b.fischer
J [email protected]
X http://xing.to/obf

Reply via email to