convertEclipseAnnotation
public static AnnotationAJ convertEclipseAnnotation(Annotation eclipseAnnotation,
World w,
EclipseFactory factory)
Convert one eclipse annotation into an AnnotationX object containing an AnnotationAJ object.
This code and the helper methods used by it will go *BANG* if they encounter anything not currently supported - this is safer
than limping along with a malformed annotation. When the *BANG* is encountered the bug reporter should indicate the kind of
annotation they were working with and this code can be enhanced to support it.