2009-09-02 13 views

答えて

6

ただ、通常の方法:

void method(@SomeAttr int param){ 
    @SomeAttr 
    int local = param * 2; 
} 
関連する問題