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:
- 15.1
-
Optional Element Summary
Optional Elements
-
Element Details
-
fieldName
String fieldName- Returns:
- The field Name this marker belongs to.
Set it to the value of
GeoPoint.fieldName()so that the bridge detects this marker.
- Default:
""
-