nextAnnotations

inline fun <T : Annotation> Set<Annotation>.nextAnnotations(): Set<Annotation>?

Checks if this contains T. Returns the subset of this without T, or null if this does not contain T.