Class AbstractAnnotationExtractor

java.lang.Object
ch.qos.cal10n.util.AbstractAnnotationExtractor
All Implemented Interfaces:
AnnotationExtractor
Direct Known Subclasses:
AnnotationExtractorViaEnumClass, AnnotationExtractorViaTypeElement

public abstract class AbstractAnnotationExtractor extends Object implements AnnotationExtractor
A base implementation which can extract cal10n annotation data from a yet unspecified "enumType" type, e.g. an enum class or an enum Element.
Since:
0.8
Author:
Ceki Gulcu