Home
last modified time | relevance | path

Searched refs:customAnnotation (Results 1 – 1 of 1) 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() argument
20 this.customAnnotation = customAnnotation; in CustomParametersDescriptor()
28 return customAnnotation; in annotation()