Trying to add a method that uses generics:
addMethod("withApplicationSettings(Class<? extends com.a.b.c.ApplicationSettings> settingsClass)")Causes this exception:
Causedby: unquietcode.tools.flapi.MethodParser$ParseException: Expectedtofindcharacterin {)} butwas'?' (methodsignatureis [ 'withApplicationSettings(Class<? extends com.paypal.creditpd.rappstack.server.flapi.application.RSApplicationSettings> settings)' ]).
atunquietcode.tools.flapi.MethodParser.throwUnexpectedCharException(MethodParser.java:273)
atunquietcode.tools.flapi.MethodParser.match(MethodParser.java:214)
atunquietcode.tools.flapi.MethodParser.<init>(MethodParser.java:120)
atunquietcode.tools.flapi.MethodParser.<init>(MethodParser.java:42)
atunquietcode.tools.flapi.DescriptorPreValidator._checkForInvalidMethodSignatures(DescriptorPreValidator.java:119)
Trying to add a method that uses generics:
Causes this exception: