When using Lift Mappers, it's common to see code like thisobject Post extends Post with LongKeyedMetaMapper[Post]
And there're several places in Lift API, I can see object extends its companion class.
object BindHelpers extends BindHelpers{ }
What's the meaning of this kind of usage?
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.