Home
last modified time | relevance | path

Searched defs:customAnnotation (Results 1 – 2 of 2) sorted by relevance

/external/junit-params/src/main/java/junitparams/internal/annotation/
DCustomParametersDescriptor.java10 private final Annotation customAnnotation; field in CustomParametersDescriptor
18 …public CustomParametersDescriptor(CustomParameters customParameters, Annotation customAnnotation) { in CustomParametersDescriptor()
/external/dagger2/javatests/dagger/internal/codegen/
DInjectConstructorFactoryGeneratorTest.java1576 JavaFileObject customAnnotation = in testScopedMetadataWithCustomScope() local