@atomist/sdm-pack-spring
Version:
Atomist software delivery machine extension pack for Spring and Spring Boot applications
8 lines (7 loc) • 305 B
TypeScript
import { Project } from "@atomist/automation-client";
import { BoundedElement } from "../../util/BoundedElement";
export declare type Annotation = BoundedElement;
export declare function existingAnnotations(p: Project, opts: {
sourceFilePath: string;
className: string;
}): Promise<Annotation[]>;