Coverage Report - org.kuali.rice.core.api.uif.Control
 
Classes in this File Line Coverage Branch Coverage Complexity
Control
N/A
N/A
0
 
 1  
 package org.kuali.rice.core.api.uif;
 2  
 
 3  
 /**
 4  
  * An interface that all Controls implement.
 5  
  */
 6  
 public interface Control {
 7  
 }