Hey,

i have a problem with Moose and Java AnnotationInstances. The problem occurs when using inFusion and also VerveineJ. When I have a class with an instance variable with two Annotations:


    @Annotation1()
    @Annotation2()
    private Object foo;


In Moose when I check this Attribute for AttributeInstances in the Moose Panel I only get the second AnnotationInstance (Annotation2).

I can build a small example if needed.

Any idea?

Cheers
Matt