|
@@ -13,7 +13,9 @@ import java.lang.annotation.Target;
|
|
* 字典数据映射注解
|
|
* 字典数据映射注解
|
|
*
|
|
*
|
|
* @author itino
|
|
* @author itino
|
|
|
|
+ * @deprecated 建议使用通用翻译注解
|
|
*/
|
|
*/
|
|
|
|
+@Deprecated
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
@Target({ElementType.FIELD, ElementType.METHOD})
|
|
@Target({ElementType.FIELD, ElementType.METHOD})
|
|
@JacksonAnnotationsInside
|
|
@JacksonAnnotationsInside
|