Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 1.9 M1 (Ingalls), 1.0.0.APACHE-GEODE-INCUBATING-RELEASE, 2.0 M1 (Kay)
-
Fix Version/s: 1.9 RC1 (Ingalls), 1.1.0.APACHE-GEODE-RELEASE, 2.0 M2 (Kay)
-
Labels:None
-
Reference URL:
Description
Implement @Indexed annotation, e.g. ...
@Region class Person { @Indexed String firstName; ... }