aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/it/functional-tests/target/generated-sources/annotations/test/TestUnwrappedAnnotationKeyCreator.java
blob: 629fd91b40a914430008f73db896d1d2f36d6cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package test;

import javax.annotation.Generated;

@Generated("dagger.internal.codegen.ComponentProcessor")
public final class TestUnwrappedAnnotationKeyCreator {
  @com.google.auto.value.AutoAnnotation
  public static TestStringKey createTestStringKey(String value) {  
    return new AutoAnnotation_TestUnwrappedAnnotationKeyCreator_createTestStringKey(value);
  }
}