@Documented @Target(value=FIELD) @Retention(value=RUNTIME) public @interface Geo
| 限定符和类型 | 可选元素和说明 |
|---|---|
GeoBoundingBox[] |
boundingBox |
GeoDistance[] |
distance |
GeoPolygon[] |
polygon |
GeoShape[] |
shape |
public abstract GeoType geoType
public abstract GeoBoundingBox[] boundingBox
public abstract GeoDistance[] distance
public abstract GeoShape[] shape
public abstract GeoPolygon[] polygon
Copyright © 2020. All rights reserved.