Partial code cleanup: can be private and some others applied
This commit is contained in:
+1
-1
@@ -244,7 +244,7 @@ abstract class AnnotationCollectorExtensionBase(val supportInheritedAnnotations:
|
||||
|
||||
class AnnotationCollectorExtension(
|
||||
override val annotationFilterList: List<String>? = null,
|
||||
val outputFilename: String? = null,
|
||||
private val outputFilename: String? = null,
|
||||
supportInheritedAnnotations: Boolean
|
||||
) : AnnotationCollectorExtensionBase(supportInheritedAnnotations) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user