regressions: add missign sample javadoc
This commit is contained in:
parent
42985446a0
commit
78b8529e57
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ import org.immutables.value.Value;
|
|||
@Value.Immutable
|
||||
public interface Values {
|
||||
|
||||
/**
|
||||
* Gets the ID.
|
||||
*
|
||||
* @return the id
|
||||
*/
|
||||
@Value.Parameter
|
||||
long getId();
|
||||
|
||||
|
|
Loading…
Reference in a new issue