Package jnr.ffi.util
Class Annotations
java.lang.Object
jnr.ffi.util.Annotations
Utilities for collections of annotations
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Collection<Annotation>
mergeAnnotations
(Collection<Annotation>... collections) static final Collection<Annotation>
static Collection<Annotation>
sortedAnnotationCollection
(Annotation[] annotations) static Collection<Annotation>
sortedAnnotationCollection
(Collection<Annotation> annotations)
-
Field Details
-
EMPTY_ANNOTATIONS
-
-
Constructor Details
-
Annotations
private Annotations()
-
-
Method Details
-
sortedAnnotationCollection
-
sortedAnnotationCollection
-
mergeAnnotations
public static final Collection<Annotation> mergeAnnotations(Collection<Annotation> a, Collection<Annotation> b) -
mergeAnnotations
-