Package-level declarations
Types
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS] )
Opt-in marker annotation for the type-safe (localized) messages APIs that are considered experimental and are not subject to compatibility guarantees: The behavior of such API may be changed or the API may be removed completely in any further release.
Link copied to clipboard
Annotates a method as a message supplier.
Link copied to clipboard
@Component
Mandatory annotation for interfaces extending IMessageSourceFactory.
Link copied to clipboard
Allows changing the default locale with another preferred locale, the available locales will depend on how the message source was created.