1 package org.netbeans.modules.java.editor.imports.data;2 3 public class TestAnnotation2 {4 5 @Documented6 private int id;7 8 }9