Checks if an ElementAnnotation node implements Directive.
ElementAnnotation
bool isDirective(ElementAnnotation annotation) => isComponent(annotation) || matchAnnotation($Directive, annotation);