Question
Is it possible to override a service in a thingshape in a thing with java code ?
Assume that i have a ThingShape named SolvableSolutionProvider and it has a method submitJob() ;
If i mark the method as overrideable i can override the implementation provided in the Thingshape in the template or a thing.
Is it possible to provide a java implementation for the method ?

