@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Localization
因此 MessageLoader 必须有一个参数为 String 的构造函数
限定符和类型 | 可选元素和说明 |
---|---|
String |
beanName |
String |
defaultLocalizationKey |
Class<? extends MessageLoader> |
type |
public abstract String value
public abstract Class<? extends MessageLoader> type
public abstract String beanName
public abstract String defaultLocalizationKey
Copyright © 2017. All rights reserved.