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