Class ProcessorsKt
-
- All Implemented Interfaces:
public final class ProcessorsKt
-
-
Method Summary
Modifier and Type Method Description final static Processor.Factory<Comment, Object>kotlinCommentsProcessor()Apply comments from Comment annotation on save. -
-
Method Detail
-
kotlinCommentsProcessor
final static Processor.Factory<Comment, Object> kotlinCommentsProcessor()
Apply comments from Comment annotation on save. This will first call the String.trimIndent method on the strings, allowing multi-line Kotlin strings in Comment annotations without worrying about indentation.
- Returns:
a new processor factory
- Since:
4.2.0
-
-
-
-