Searched refs:HelloParameters (Results 1 – 1 of 1) sorted by relevance
23 @HelloParameters(hello = "Hi")31 public @interface HelloParameters { annotation in CustomParametersProviderTest46 public static class CustomHelloProvider implements ParametersProvider<HelloParameters> {51 public void initialize(HelloParameters parametersAnnotation) { in initialize()