db4o 6.1

com.db4o.config.annotations
Annotation Type Indexed


@Documented
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Indexed

turns indexing on

Example:
the annotation @Indexed is used without parameter

public class Foo <br> @Indexed <br> private String bar; ...


db4o 6.1