Annotation Type NamedDelegate


@Retention(SOURCE) @Target(PARAMETER) public @interface NamedDelegate
Marker interface used to indicate that the property names of the annotated parameter represent valid key names when using named arguments and that the property types are applicable for type checking purposes.
Since:
2.5.0