db4o 6.1

Package com.db4o.config.annotations

Annotation Types Summary
Indexed turns indexing on

Example:
the annotation @Indexed is used without parameter

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


db4o 6.1