memento.tck.model.events.DocumentCreated.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of memento-api-tck Show documentation
Show all versions of memento-api-tck Show documentation
Memento tries to provide a high level abstraction for different EventStore implementations
The newest version!
package memento.tck.model.events
import groovy.transform.builder.Builder
import memento.model.Event
import memento.tck.model.Document
@Builder(includeSuperProperties = true, excludes = ['id', 'createdAt'])
class DocumentCreated extends Event {
String title
String author
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy