Skip to content

Commit 9f2c7d8

Browse files
mark JMLCommentTransformer as deprecated for removal
1 parent 48a9f71 commit 9f2c7d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

key.core/src/main/java/de/uka/ilkd/key/java/transformations/pipeline/JMLCommentTransformer.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
import com.github.javaparser.utils.PositionUtils;
2525
import org.jspecify.annotations.NonNull;
2626

27+
/**
28+
* This class contains the old logic for attaching comments containing JML to AST nodes of
29+
* JavaParser. It should not be used anymore.
30+
*/
31+
@Deprecated(forRemoval = true)
2732
public class JMLCommentTransformer extends JavaTransformer {
2833
public static final DataKey<List<Comment>> BEFORE_COMMENTS = new DataKey<>() {
2934
};

0 commit comments

Comments
 (0)