Beispiel #1
0
 private void remove() {
   for (Annotation annotation : this.getAnnotations()) {
     annotation.removeFromIndexes();
   }
 }