1 package org.kuali.common.util.env; 2 3 public interface OverrideService { 4 5 void override(Object instance); 6 7 }