Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
So you can call methods which have parameters injected from the properties placeholder, such as string / int types etc.
public String sayHello(String @PropertyInject("reply") reply) throws {
So the reply parameters is taken from the property placeholder.