<cfcomponent output="false" hint="I am the base component for this package."> <cffunction name="Test" access="public" returntype="string" output="false"> <cfreturn "I am com.Base.Test()" /> </cffunction> </cfcomponent>