Annotation Type AdaptationParameter
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface AdaptationParameter
Used in conjunction with anAdaptationConstructor
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, ...) {...}'
-
-
Element Detail
-
value
String value
The name of the adaptation field. Must be specified.
-
-