Annotation Interface Longitude


@Retention(RUNTIME) @Target({METHOD,FIELD}) @Documented @PropertyMapping(processor=@PropertyMappingAnnotationProcessorRef(type=LongitudeProcessor.class,retrieval=CONSTRUCTOR)) public @interface Longitude
Mark the property hosting the longitude of a specific spatial coordinate. The property must be of type Double or double.

Infinispan version of Longitude

Since:
14.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • marker

      String marker
      Returns:
      The name of the marker this marker belongs to. Set it to the value of GeoCoordinates.marker() so that the bridge detects this marker.
      Default:
      ""