db4o

Configuration.reflectWith Method 

configures the use of a specially designed reflection implementation.

void reflectWith(
   Reflector reflector
);

Remarks

configures the use of a specially designed reflection implementation.

db4o internally uses java.lang.reflect.* by default. On platforms that do not support this package, customized implementations may be written to supply all the functionality of the interfaces in the com.db4o.reflect package. This method can be used to install a custom reflection implementation.

See Also

Configuration Interface | com.db4o.config Namespace