Bonjour S'il vous plait j'ai utilisé JAXB et je trouve ce prb je sais pas pourquoi

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
Animal.java:1: cannot find symbol
>>>    symbol  : class XmlSeeAlso
>>>    location: package javax.xml.bind.annotation
>>>    import javax.xml.bind.annotation.XmlSeeAlso;
>>>                                ^
>>>    Animal.java:3: cannot find symbol
>>>    symbol: class XmlSeeAlso
>>>    @XmlSeeAlso ({Dog.class,Cat.class})
>>>     ^
>>>    2 errors
>>>