// If we have an IMetaTagsNode use that, otherwise get the metadata from the definition
processMetadata(getterTv, metaTags);
if (bindableVarDef.isOverride())
getterTv.visitAttribute(Trait.TRAIT_OVERRIDE, Boolean.TRUE);
// We don't codegen classes in parallel right now,
// so we know that we are on the main code generation thread
// because bindable variables are always members of a class.
// Since we know are on the main code generation thread we can immediately