001 package org.trails.record;
002
003 import org.apache.tapestry.record.PropertyPersistenceStrategy;
004
005
006 public interface IClientAsoPropertyPersistenceStrategy extends PropertyPersistenceStrategy
007 {
008 void addPropertyName(String propertyName);
009 }