Package design.pattern.behavioural
Interface ChainOfResponsibility
public interface ChainOfResponsibility
ChainOfResponsibility
will be used to decouple the sender of request and the handler of request so that
multiple handler can process the request and then pass the request to next handler