public interface MessageSourceEntryProcessor
MessageSources
and retrieves entries for the defined message
sources.
A public constructor with no arguments must be defined.
And there are some predefined entry processors: ConstantValuesEntryProcessor
,
EnumTypesEntryProcessor
, FieldsEntryProcessor
, NameEntryProcessor
,
PublicGettersEntryProcessor
, PublicMethodsEntryProcessor
.Modifier and Type | Method and Description |
---|---|
Set<String> |
processClass(TypeElement originalClass,
TypeElement currentClass)
Processes a class that defines message sources.
|
Set<String> processClass(TypeElement originalClass, TypeElement currentClass)
originalClass
- The original class being processed.currentClass
- The class from which the entries for the message source will be retrieved.Copyright © 2013. All Rights Reserved.