Home
last modified time | relevance | path

Searched defs: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()