Annotation Interface UserName


@Retention(RUNTIME) @Target(PARAMETER) public @interface UserName
The value of a method parameter annotated with @UserName will be injected into the field 'name' of a UserMessage.