Java程序  |  6行  |  80 B

package annotator.tests;

public class FieldSimple {
  private Integer field;
}