How can i restrict Velocity Hash Map Object (say $ObjectName) to print fully if it is not preceded by property name.
i do not want $ObjectName to print full object value if it is not appended with variable/property name like $ObjectName.fieldName.
putting $ObjectName include entire detail in template while Velocity process the template