<cfcomponent hint="I am the object for the object. I am generated. DO NOT EDIT ME (but feel free to delete me)." >
<cfset variables.signature = "" />
<cffunction name="_configure" access="public" hint="I configure and return this object." output="false" returntype="any" >
<cfreturn this />
</cffunction >
<cffunction name="example" access="public" hint="I am an example method." output="false" returntype="any" _returntype="string">
<cfreturn "I am the result of the example method." />
</cffunction>
</cfcomponent>