JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.miaixz.bus.starter.annotation
Annotation Interface EnableI18n
@Inherited
@Documented
@Target
(
TYPE
)
@Retention
(
RUNTIME
) @Import({
I18nConfiguration.class
,
I18nMessage.class
})
public @interface
EnableI18n
启用国际化支持
Since:
Java 17+
Author:
Kimi Liu