Module lettuce.core

Annotation Type Value


@Retention(RUNTIME)
@Target(PARAMETER)
@Documented
public @interface Value
Marker annotation to declare a method parameter as value.
Since:
5.0
Author:
Mark Paluch
See Also:
Key