Annotation Interface LocalRSocketServerPort
@Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
@Value("${local.rsocket.server.port}")
public @interface LocalRSocketServerPort
Annotation at the field or method/constructor parameter level that injects the RSocket
 port that was allocated at runtime. Provides a convenient alternative for
 
@Value("${local.rsocket.server.port}").- Since:
 - 2.7.0
 - Author:
 - Verónica Vásquez, Eddú Meléndez