Package org.openrewrite.docker.tree
Class Comment
java.lang.Object
org.openrewrite.docker.tree.Comment
Represents a comment in a Dockerfile.
Comments in Dockerfile start with # and continue to the end of the line.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Comment
public Comment()
-