getStickyAnnotations method

List<StickyAnnotation> getStickyAnnotations()

Get all sticky annotations

Implementation

List<StickyAnnotation> getStickyAnnotations() {
  return getAnnotationsOfType<StickyAnnotation>();
}