Package org.saidone.misc
Interface Constants
public interface Constants
Collection of simple string constants shared across the application.
The prefixes are used by BaseComponent
to
clearly mark lifecycle events in the log output.
-
Field Details
-
START_PREFIX
Prefix displayed when a component is starting.- See Also:
-
STOP_PREFIX
Prefix displayed when a component is stopping.- See Also:
-