Home
last modified time | relevance | path

Searched defs:nextAnnotations (Results 1 – 2 of 2) sorted by relevance

/external/moshi/moshi/src/main/java/com/squareup/moshi/
D-MoshiKotlinTypesExtensions.kt34 public inline fun <reified T : Annotation> Set<Annotation>.nextAnnotations(): Set<Annotation>? = Ty… in nextAnnotations() method
DTypes.java87 public static @Nullable Set<? extends Annotation> nextAnnotations( in nextAnnotations() method in Types