This commit is contained in:
Looly
2019-10-29 19:53:17 +08:00
parent f9ee2af71c
commit e754ec3e86
45 changed files with 172 additions and 179 deletions

View File

@@ -21,7 +21,7 @@ public @interface AnnotationForTest {
/**
* 注解的默认属性值
*
* @return
* @return 属性值
*/
String value();
}

View File

@@ -12,7 +12,7 @@ public class AnnotationUtilTest {
}
@AnnotationForTest("测试")
class ClassWithAnnotation{
static class ClassWithAnnotation{
}
}

View File

@@ -24,7 +24,7 @@ public class ClassUtilTest {
}
@SuppressWarnings("unused")
class TestClass {
static class TestClass {
private String privateField;
protected String field;