Package ch.qos.cal10n.util
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
extractCharset(Locale juLocale)
String[]
extractLocaleNames()
Locale[]
extractLocales()
String
getBaseName()
-