Skip to content

Commit c883cf5

Browse files
committed
feat: getProjectEndpoints
1 parent 90332af commit c883cf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/spp/protocol/artifact/ArtifactType.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ enum class ArtifactType {
2828
FUNCTION,
2929
STATEMENT,
3030
EXPRESSION,
31-
ENDPOINT;
31+
ENDPOINT,
32+
ANNOTATION;
3233

3334
fun showLineNumber(): Boolean {
3435
return this == STATEMENT || this == EXPRESSION

0 commit comments

Comments
 (0)