您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

AnnotatedFields.java 103B

12345
  1. public class AnnotatedFields {
  2. @SimpleAnnotation(id=1) int i;
  3. @SimpleAnnotation(id=2) String s;
  4. }