regressions: add missign sample javadoc

This commit is contained in:
Paul Campbell 2017-04-02 14:22:00 +01:00
parent 42985446a0
commit 78b8529e57

View file

@ -31,6 +31,11 @@ import org.immutables.value.Value;
@Value.Immutable @Value.Immutable
public interface Values { public interface Values {
/**
* Gets the ID.
*
* @return the id
*/
@Value.Parameter @Value.Parameter
long getId(); long getId();