JAL-2480 always include all non-positional features in getAllFeatures()
[jalview.git] / src / jalview / datamodel / features / SequenceFeaturesI.java
index ed966e7..281743e 100644 (file)
@@ -33,8 +33,12 @@ public interface SequenceFeaturesI
           String... type);
 
   /**
-   * Answers a list of all features stored, optionally restricted to specified
-   * types, in no particular guaranteed order
+   * Answers a list of all features stored, in no particular guaranteed order.
+   * Positional features may optionally be restricted to specified types, but
+   * all non-positional features (if any) are always returned.
+   * <p>
+   * To filter non-positional features by type, use
+   * getNonPositionalFeatures(type).
    * 
    * @param type
    * @return