1 2 3 4 5 6 7 8 9 10 11
package ajtest; public class TestClass { @AjTarget private Long test; public void testMethod() { Object o = test; System.out.println(o); } }