nextAnnotations

Checks if {@code annotations} contains {@code jsonQualifier} . Returns the subset of {@code * annotations} without {@code jsonQualifier} , or null if {@code annotations} does not contain {@code jsonQualifier} .

open fun nextAnnotations(annotations: Set<out Annotation>, jsonQualifier: Class<out Annotation>): Set<out Annotation>