Interface AnnotationQueryProvider
-
- All Known Subinterfaces:
TagHistoryProvider
,TagHistoryQueryInterface
public interface AnnotationQueryProvider
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.List<Annotation>
queryAnnotations(java.util.List<QualifiedPath> paths, java.util.Date start, java.util.Date end, TypeFilter filter, java.lang.String queryId)
-
-
-
Method Detail
-
queryAnnotations
default java.util.List<Annotation> queryAnnotations(java.util.List<QualifiedPath> paths, java.util.Date start, java.util.Date end, TypeFilter filter, java.lang.String queryId) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-