SnapshottableWithInclusions
Optional interface for domain objects with which an snapshot is to be created using the XmlSnapshotService , indicating paths to be org.apache.causeway.applib.services.xmlsnapshot.XmlSnapshotService.Snapshot automatically include additional paths within the snapshot.
API
SnapshottableWithInclusions.java
interface SnapshottableWithInclusions {
List<String> snapshotInclusions() (1)
}
1 | snapshotInclusions()
Paths to include in the snapshot. |