Searched refs:SomeAnnotation (Results 1 – 8 of 8) sorted by relevance
117 @interface SomeAnnotation {} annotation in MocksCreationTest119 @SomeAnnotation128 assertTrue(withAnnotations.getClass().isAnnotationPresent(SomeAnnotation.class)); in should_strip_annotations()129 assertFalse(withoutAnnotations.getClass().isAnnotationPresent(SomeAnnotation.class)); in should_strip_annotations()
142 private @interface SomeAnnotation {} annotation in SampleForTests149 @SomeAnnotation @JniType("MyEnum") int foo, in jniTypesAndAnnotations()150 final @SomeAnnotation @JniType("std::vector<int32_t>") int[] bar, in jniTypesAndAnnotations()151 @SomeAnnotation final int baz, in jniTypesAndAnnotations()152 @SomeAnnotation @JniType("long") final @AnotherAnnotation long bat) { in jniTypesAndAnnotations()
11 @SomeAnnotation("that contains class Foo ")
121 private @interface SomeAnnotation {} annotation in SampleForTests125 void javaMethodWithAnnotatedParam(@SomeAnnotation int foo) { in javaMethodWithAnnotatedParam()
144 public static @interface SomeAnnotation {148 @SomeAnnotation("http://someURL.org/")
7351 | @SomeAnnotation7377 | @SomeAnnotation