hello,

j ai un soucie avec l utilisation d une annotation,

lorsque je définis dans mon interface

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
 
public interface Toto {
 
public static final String param1 = "tutu";
 
@AAttribute(access = "classable", level = UIManager.LEVEL.GET, getlight=1)
SomeClass getClassable();
il me dit que que this annotation is disallowed for this part

quelqu un aurait il une idée

d avance merci