Package com.io7m.changelog.core
Interface CTicketIDType
- All Known Implementing Classes:
CTicketID
@Immutable
public interface CTicketIDType
The type of ticket IDs.
-
Method Summary
Modifier and Type Method Description default voidcheckPreconditions()Check preconditions for the type.java.lang.Stringvalue()
-
Method Details
-
value
@Parameter java.lang.String value()- Returns:
- The ticket ID value
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type.
-