@Target @Retention报错 (ElementType cannot be resolved to a variable)
package com.bootdo.common.utils;import java.lang.annotation.Retention;import java.lang.annotation.Target;//import java.lang.annotation.RetentionPolicy;//import java.lang.annotation.ElementType;...
原创
2018-12-19 18:25:26 ·
1980 阅读 ·
0 评论