Package com.io7m.changelog.core
Interface CTicketIDType
- All Known Implementing Classes:
CTicketID
@Immutable
public interface CTicketIDType
The type of ticket IDs.
-
Method Summary
-
Method Details
-
value
- Returns:
- The ticket ID value
-
checkPreconditions
@Check default void checkPreconditions()Check preconditions for the type.
-