2009-09-02 9 views

Répondre

6

Juste la manière habituelle:

void method(@SomeAttr int param){ 
    @SomeAttr 
    int local = param * 2; 
}