Package io.codemodder

Interface DependencyDescriptor


public interface DependencyDescriptor
A type that describes a new dependency being added to a project.
  • Method Details

    • create

      String create(DependencyGAV dependency)
      Creates a description for a dependency that a codemod wants to add to the project. It should help the developer who is considering the change make an informed decision about accepting the change.
    • createMarkdownDescriptor

      static DependencyDescriptor createMarkdownDescriptor()
      Create a descriptor that uses markdown.