2014-04-23 53 views
0

閱讀Java的意見,我想知道流氓是如何閱讀Java的評論是這樣的:與M3庫

//This intent is used to share the picture between Android applications 
Intent shareIntent = new Intent(); 

或者這樣:

/** 
* This method can be called to share the picture between Android Applications 
*/ 
private void shareImage() { 
    ... 
} 

的方法createAstFromFile似乎跳過這些意見。

在此先感謝。

回答

2

註釋不會被包含在AST的,但你可以從M3模型中使用@documentation場得到:

anno rel[loc definition, loc comments] [email protected];