Searched defs:annotationBuilder (Results 1 – 5 of 5) sorted by relevance
79 AnnotationSpec.Builder annotationBuilder = AnnotationSpec.builder(AGGREGATED_DEPS); in aggregatedDepsAnnotation() local
168 RealComponentAnnotation.Builder annotationBuilder = in componentAnnotation() local
485 AnnotationSpec.Builder annotationBuilder = AnnotationSpec.builder(SuppressWarnings.class); in addSuppressAnnotation() local
159 public static Builder annotationBuilder(String name) { in annotationBuilder() method in TypeSpec163 public static Builder annotationBuilder(ClassName className) { in annotationBuilder() method in TypeSpec
2351 TypeSpec.Builder annotationBuilder = TypeSpec.annotationBuilder("Taco"); in initializerBlockUnsupportedExceptionOnAnnotation() local