Annotation Interface 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
-
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:
""
-