| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||||
| IClientAsoPropertyPersistenceStrategy |
|
| 1.0;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 | } |