Hello to all, I'm trying migrate an add-on made for roo 1.1.X to use in 1.2.1, because I need it in my custom project.

I only have found two unresolved problems.

First problem is that in roo API 1.2.1 I cant find MutableClassOrInterfaceTypeDetails, anyone know how to change or use his methods in roo 1.2.1? So I need get annotanions, extendtypes an declaredfield of a given javatype object.

Other problem is that in roo 1.2.1 PhysicalTypeMetadataProvider.findIdentifier(javaTy pe) does not exists.

And I need Know if a javatype object have a metadataidentificationString in my projectcontext. So how can I obtain the metadataidentificationString of a given javaType object?

Thanks to all for any response.