grails.persistence
Annotation Type Entity


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Entity

A class annotation used to make a class into a GORM domain class.

Since:
1.1

Created: Dec 17, 2008

Author:
Graeme Rocher



Copyright (c) 2005-2009 The Grails project