All Downloads are FREE. Search and download functionalities are using the official Maven repository.

memento.tck.model.events.DocumentCreated.groovy Maven / Gradle / Ivy

Go to download

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