Package util

Class Constants

java.lang.Object
util.Constants

public abstract class Constants extends Object
Utility class that holds constant values used throughout the application.

This class provides a centralized location for defining constants, ensuring consistency and reducing the risk of hardcoding values in multiple places. The constants include symbols, sequence types, and other project-specific values.