Uses of Package
io.github.venkateshamurthy.enums.examples
Packages that use io.github.venkateshamurthy.enums.examples
-
Classes in io.github.venkateshamurthy.enums.examples used by io.github.venkateshamurthy.enums.examplesClassDescription
CommonRTEis a unified runtime exception class that can be used across the project to encapsulate error information in a structured and consistent format.FaultCode is a general interface modeling fault;Faults is an exampleDynamicEnumfor experimental purpose that could potentially resolve the serialization issues observed in serializing/de-serializing newer instances (This is an issue with staticEnumwhich i am to trying address)An enum to model issues - just as an example