package com.doumee.service.business; public interface VisitService { void visitOperation(Object o); }