]
George Gastaldi closed ROASTER-46.
----------------------------------
Fix Version/s: (was: 2.x Future)
Resolution: Won't Fix
Please use the following code instead:
{code}
propertySource.getField().addAnnotation(Column.class);
{code}
addAnnotation should add automatically import
---------------------------------------------
Key: ROASTER-46
URL:
https://issues.jboss.org/browse/ROASTER-46
Project: Roaster
Issue Type: Bug
Components: JDT
Affects Versions: 2.9.0.Final
Environment: Window 7 x86_64
Reporter: Nicolas Challut
It would be nice if AnnotationSource could automatically import the Annotation class when
setName is called. Also, a {{setName(Class<? extends Annotation>)}} should be
provided