docs 补充项目注释
This commit is contained in:
+6
@@ -15,6 +15,12 @@ import java.util.List;
|
||||
@AutoConfiguration
|
||||
public class TranslationConfig {
|
||||
|
||||
/**
|
||||
* 创建翻译 JSON 字段处理器。
|
||||
*
|
||||
* @param list 翻译实现集合
|
||||
* @return 翻译 JSON 字段处理器
|
||||
*/
|
||||
@Bean
|
||||
public TranslationJsonFieldProcessor translationJsonFieldProcessor(List<TranslationInterface<?>> list) {
|
||||
return new TranslationJsonFieldProcessor(list);
|
||||
|
||||
Reference in New Issue
Block a user