UNPKG

@atomist/sdm-pack-spring

Version:

Atomist software delivery machine extension pack for Spring and Spring Boot applications

9 lines (8 loc) 329 B
import { AutofixRegistration, CodeTransform } from "@atomist/sdm"; /** * A single constructor doesn't need an @Autowired annotation * @param {Project} p * @return {Promise<void>} */ export declare const removeAutowiredOnSoleConstructor: CodeTransform; export declare const FixAutowiredOnSoleConstructor: AutofixRegistration;