Coverage Report - com.buckosoft.PicMan.service.support.MapLabels
 
Classes in this File Line Coverage Branch Coverage Complexity
MapLabels
N/A
N/A
0
 
 1  
 package com.buckosoft.PicMan.service.support;
 2  
 
 3  
 public interface MapLabels {
 4  
         
 5  
         static final String MAP_KEY_NAME = "key";
 6  
 
 7  
         static final String MAP_VALUE_NAME = "value";
 8  
 
 9  
 
 10  
 }