test/tools/javap/output/Tester.java

changeset 1721
abd153854f16
parent 1643
1f8c28134ffc
child 2525
2eb010b6cb22
equal deleted inserted replaced
1717:8e27e84de2e9 1721:abd153854f16
126 @Retention(RetentionPolicy.RUNTIME) 126 @Retention(RetentionPolicy.RUNTIME)
127 @interface TestCase { } 127 @interface TestCase { }
128 128
129 /** 129 /**
130 * Individual test-cases failing due to product bugs, may temporarily 130 * Individual test-cases failing due to product bugs, may temporarily
131 * be excluded by marking them like this: 131 * be excluded by marking them like this, (where "at-" is replaced by "@")
132 * @ignore // 1234567:bug synopsis 132 * at-ignore // 1234567: bug synopsis
133 */ 133 */
134 @Retention(RetentionPolicy.RUNTIME) 134 @Retention(RetentionPolicy.RUNTIME)
135 @interface ignore { } 135 @interface ignore { }
136 136
137 /** 137 /**

mercurial