| Package | Description |
|---|---|
| ch.qos.cal10n.util |
Package containing utility classes, used internally by the CAL10N project.
|
| ch.qos.cal10n.verifier |
Support classes for verifying that there are no message code mis-matches between resource bundles and the corresponding enum type.
|
| ch.qos.cal10n.verifier.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnnotationExtractor
A base implementation which can extract cal10n annotation data from a yet unspecified "enumType" type, e.g.
|
class |
AnnotationExtractorViaEnumClass
Given an enum class, retrieve its cal10n-related values from its cal10-specific annotations.
|
| Constructor and Description | |
|---|---|
AbstractMessageKeyVerifier(String
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationExtractorViaTypeElement
|