Annotation Type Latitude


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

    Infinispan version of Latitude

    Since:
    14.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String marker  
    • Element Detail

      • 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:
        ""