package com.testbug; import android.test.AndroidTestCase; public class TestBugReplicator extends AndroidTestCase { public void setUp() throws Exception { super.setUp(); } public void testAnnotation() throws Exception { Class clazz = Class.forName("com.testbug.ResponseWeather"); clazz.getAnnotations(); } }