Package com.db4o.config.annotations
Annotation Type Indexed
- 
 @Documented @Target(FIELD) @Retention(RUNTIME) public @interface Indexed@Indexedannotation turns indexing on and can be applied to class fields. Its functionality is equivalent toObjectField.indexed(boolean).
 @Indexedannotation is used without any parameters and cannot be used to disable indexing.- See Also:
- ObjectField.indexed(boolean)