v1/src/source_gen/template_compiler/annotation_information library
Classes
- 
  AnnotationInformation<
T extends Element>  - Manages an annotation giving straight forward error handling behaviour.
 
Functions
- 
  annotationWhere<
T extends Element> (T element, bool test(ElementAnnotation), ComponentVisitorExceptionHandler exceptionHandler) → AnnotationInformation< T> ? - 
  Returns the AnnotationInformation for the first annotation on 
elementthat matchestestor null if no such annotation exists.