Home
last modified time | relevance | path

Searched defs:annotationBuilder (Results 1 – 5 of 5) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DAggregatedDepsGenerator.java79 AnnotationSpec.Builder annotationBuilder = AnnotationSpec.builder(AGGREGATED_DEPS); in aggregatedDepsAnnotation() local
/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java168 RealComponentAnnotation.Builder annotationBuilder = in componentAnnotation() local
/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DGenerators.java485 AnnotationSpec.Builder annotationBuilder = AnnotationSpec.builder(SuppressWarnings.class); in addSuppressAnnotation() local
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeSpec.java159 public static Builder annotationBuilder(String name) { in annotationBuilder() method in TypeSpec
163 public static Builder annotationBuilder(ClassName className) { in annotationBuilder() method in TypeSpec
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java2351 TypeSpec.Builder annotationBuilder = TypeSpec.annotationBuilder("Taco"); in initializerBlockUnsupportedExceptionOnAnnotation() local