Searched defs:anno (Results 1 – 2 of 2) sorted by relevance
77 val anno = testClass.modifiers.annotations().single() in annotation with annotation values() constant136 val anno = testClass.modifiers.annotations().single() in annotation with boolean values() constant186 val anno = testClass.modifiers.annotations().single() in annotation with char values() constant236 val anno = testClass.modifiers.annotations().single() in annotation with class values() constant347 val anno = testClass.modifiers.annotations().single() in annotation with number values() constant417 val anno = testClass.modifiers.annotations().single() in annotation with string values() constant459 val anno = testClass.modifiers.annotations().single() in annotation array values with single element() constant500 val anno = testClass.modifiers.annotations().single() in annotation array values with single array element() constant559 val anno = testClass.modifiers.annotations().single() in annotation with enum values() constant607 val anno = testClass.modifiers.annotations().single() in annotation with constant literal values() constant[all …]
429 package anno; in 140 - test annotations() package