AnnotationContextWrapper<IClassDbMetadata>> {
@Override
public AnnotationContextWrapper<IClassDbMetadata> getContext() {
AnnotationContextWrapper<IClassDbMetadata> wrapper =
new AnnotationContextWrapper<IClassDbMetadata>(new DefaultClassDbMetadata());
wrapper.setIsNull(Boolean.FALSE);
return wrapper;
}