/** * */ package com.yoursway.model.repository; public interface DependencyRequestor { void dependency(IHandle<?> handle); }