33343536373839
public class SimpleAnnotationSetTest extends AnnotationSetTestBase { @Override protected RawAnnotationSet<Object> getNewSet(AnnotationSetListener<Object> listener) { return new SimpleAnnotationSet(listener); }