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.

annotationTool

Annotation tool to create builder for.


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.

annotationType

Annotation type to create builder for.