Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.5.1
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
An Annotation that tells the compiler what MetaClass to set for this a class.
@MetaClass(ExpandoMetaClass)
public class ExtensibleService extends BaseService
{
...
}
Perhaps for this case a specialised Annotation would do the Job better:
@Expando(allowChangesAfterInit = true)
public class ExtensibleService extends BaseService
{
...
}
Interesting idea to discuss.