We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
details
1 parent 26d4b76 commit 3e5fa2eCopy full SHA for 3e5fa2e
scanner/src/main/kotlin/ScannerWrapper.kt
@@ -47,7 +47,7 @@ sealed interface ScannerWrapper : Plugin {
47
val configuration: String
48
49
/**
50
- * The details of the scanner.
+ * A convenience property to access all scanner details at once.
51
*/
52
val details: ScannerDetails
53
get() = ScannerDetails(descriptor.id, version, configuration)
0 commit comments