Package de.codecamp.messages
-
Interface Summary Interface Description HasMessages A common interface that can be implemented by objects that should provide access to messages.MessageKey A message key.MessageKeyWithArgs A message key with information about its arguments. -
Class Summary Class Description MessageKeyUtils ResolvableMessage Contains a message key code and the message arguments as named and indexed values to resolve it.ResolvableMessage.Builder -
Annotation Types Summary Annotation Type Description Messages This annotation is used to declare message keys on types, fields or methods and can also be used as a meta-annotation.MessagesFor This annotation is used to declare message keys for types that cannot be annotated directly.MessagesFor.Container Container for repeated@MessagesForannotations.