Searched defs:customParameters (Results 1 – 2 of 2) sorted by relevance
14 public CustomParametersDescriptor(CustomParameters customParameters) { in CustomParametersDescriptor()18 …public CustomParametersDescriptor(CustomParameters customParameters, Annotation customAnnotation) { in CustomParametersDescriptor()
40 CustomParameters customParameters = frameworkMethod.getAnnotation(CustomParameters.class); in getCustomParameters() local