HomeSort by relevance Sort by last modified time
    Searched defs:annotationWriter (Results 1 - 5 of 5) sorted by null

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
Modifiable.java 30 final List<AnnotationWriter> annotations;
45 public AnnotationWriter annotate(ClassName annotation) {
46 AnnotationWriter annotationWriter = new AnnotationWriter(annotation);
47 this.annotations.add(annotationWriter);
48 return annotationWriter;
51 public AnnotationWriter annotate(Class<? extends Annotation> annotation) {
63 for (AnnotationWriter annotationWriter : annotations)
    [all...]
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/6.1.1/
asm-6.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/
dagger-compiler-2.0.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 

Completed in 703 milliseconds