@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Name
ServiceExtraMethod to define 'pretty' names REST services
instead of 'arg0', 'arg1'...
It needs because Java byte code does not store arguments names in interfaces.public abstract String value
Copyright © 2004–2019 OpenL Tablets. All rights reserved.