@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface AdaptationParameter
AdaptationConstructor
annotation, to mark a single parameter
of the constructor or method with the name of the corresponding adaptation field.
Example: '@AdaptationConstructor public SomeDataType(@AdaptationParameter("address") String address, ...) {...}'public abstract String value