Class LineComment

java.lang.Object
org.openrewrite.java.marker.LineComment
All Implemented Interfaces:
org.openrewrite.marker.Marker

public class LineComment extends Object implements org.openrewrite.marker.Marker
Marks a Javadoc DocComment that uses the /// line-style markdown syntax (JEP 467, Java 23+) rather than the traditional /** * / block syntax.
  • Constructor Details

    • LineComment

      public LineComment()