Interface AnnotationExtractor

All Known Implementing Classes:
AbstractAnnotationExtractor, AnnotationExtractorViaEnumClass, AnnotationExtractorViaTypeElement

public interface AnnotationExtractor
Interface for extracting cal10-related annotation data from an "enumTtype". The actual type of the enumType is implementation specific. The basic implementation uses an enum Class.
Since:
0.8
  • Method Details

    • getBaseName

      String getBaseName()
    • extractLocaleNames

      String[] extractLocaleNames()
    • extractLocales

      Locale[] extractLocales()
    • extractCharset

      String extractCharset(Locale juLocale)