@Value.Immutable
public interface Justification
| Modifier and Type | Interface and Description |
|---|---|
static class |
Justification.Builder |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
YOU_MUST_ENTER_JUSTIFICATION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
asString() |
static Justification.Builder |
builder() |
default void |
check() |
static Justification |
fromString(java.lang.String justification) |
static final java.lang.String YOU_MUST_ENTER_JUSTIFICATION
java.lang.String asString()
@Value.Check default void check()
static Justification.Builder builder()
static Justification fromString(java.lang.String justification)