Searched defs:getAnnotationsByType (Results 1 – 8 of 8) sorted by relevance
98 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType) { in getAnnotationsByType() method in Parameter
100 public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType) { in getAnnotationsByType() method in Parameter
113 override fun <A : Annotation?> getAnnotationsByType(annotationType: Class<A>?): Array<A> { in getResource() method in FakeElement
219 override fun <A : Annotation> getAnnotationsByType(annotationType: Class<A>): Array<A> = method in com.squareup.kotlinpoet.AbstractTypesTest.DeclaredTypeAsErrorType
388 public <A extends Annotation> A[] getAnnotationsByType(Class<A> aClass) { in getAnnotationsByType() method in OptionalEmptinessHandler.OptionalContentVariableElement
148 public final <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType) { in getAnnotationsByType() method in TurbineElement1417 public <A extends Annotation> A[] getAnnotationsByType(Class<A> aClass) { in getAnnotationsByType() method in TurbineElement.TurbineNoTypeElement
89 public final <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType) { in getAnnotationsByType() method in TurbineTypeMirror
330 fun <T : Annotation> KSAnnotated.getAnnotationsByType(annotationKClass: KClass<T>): Sequence<T> { in getJavaClassByName() method