org.annotation.wordfreak
Interface SortedAnnotationsSource

All Known Implementing Classes:
DefaultAnnotationView

public interface SortedAnnotationsSource

Interface by which sorted annotations get the annotations they are sorting.


Method Summary
 java.util.List getFilteredAnnotations()
          Returns a list of annotation which match the current filter criteria.
 

Method Detail

getFilteredAnnotations

public java.util.List getFilteredAnnotations()
Returns a list of annotation which match the current filter criteria.

Returns:
A list of annotation which match the current filter criteria.


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.