builder
open fun builder(@NonNull context: Context, @NonNull annotationTool: AnnotationTool): AnnotationConfiguration.Builder<out AnnotationConfiguration.Builder>
Creates a new instance of annotation configuration builder for given annotation tool.
Return
Implementation of AnnotationConfiguration.Builder implementing configuration interfaces for all annotation properties supported by annotationTool
.
Parameters
context
Context used to pre-fill the builder with implicit values.
annotation Tool
Annotation tool to create builder for.
open fun builder(@NonNull context: Context, @NonNull annotationType: AnnotationType): AnnotationConfiguration.Builder<out AnnotationConfiguration.Builder>
Creates a new instance of annotation configuration builder for given annotation type.
Return
Implementation of AnnotationConfiguration.Builder implementing configuration interfaces for all annotation properties supported by annotationType
.
Parameters
context
Context used to pre-fill the builder with implicit values.
annotation Type
Annotation type to create builder for.