public interface AbstractServiceInterface
Marker interface on all Service Interface annotated classes, each Service
Interface must extend this interface. Service Intefaces can form hierarchies,
one SI can extend another one, in which case all annotations in hierarchy
will be observed.