Coverage Report - org.trails.record.IClientAsoPropertyPersistenceStrategy
 
Classes in this File Line Coverage Branch Coverage Complexity
IClientAsoPropertyPersistenceStrategy
N/A 
N/A 
1
 
 1  
 package org.trails.record;
 2  
 
 3  
 import org.apache.tapestry.record.PropertyPersistenceStrategy;
 4  
 
 5  
 
 6  
 public interface IClientAsoPropertyPersistenceStrategy extends PropertyPersistenceStrategy
 7  
 {
 8  
         void addPropertyName(String propertyName);
 9  
 }