所有程序包的分层结构
- io.github.tcq1007.valid.errorcode,
- io.github.tcq1007.valid.errorcode.constants,
- io.github.tcq1007.valid.errorcode.util
类分层结构
- java.lang.Object
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
- io.github.tcq1007.valid.errorcode.ErrorCodeProcessor
- io.github.tcq1007.valid.errorcode.util.EnumFieldFinder
- io.github.tcq1007.valid.errorcode.util.ErrorCodeExtractor
- io.github.tcq1007.valid.errorcode.util.ErrorCodeRegistry
- io.github.tcq1007.valid.errorcode.ErrorCodeValidationConfig
- io.github.tcq1007.valid.errorcode.util.ErrorCodeValidator
- io.github.tcq1007.valid.errorcode.constants.ErrorMessages
- io.github.tcq1007.valid.errorcode.constants.RegexPatterns
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
批注接口分层结构
- io.github.tcq1007.valid.errorcode.ValidErrorCode (implements java.lang.annotation.Annotation)