getStickyAnnotations method
Get all sticky annotations
Implementation
List<StickyAnnotation> getStickyAnnotations() {
return getAnnotationsOfType<StickyAnnotation>();
}
Get all sticky annotations
List<StickyAnnotation> getStickyAnnotations() {
return getAnnotationsOfType<StickyAnnotation>();
}