コード例 #1
0
ファイル: Element.java プロジェクト: holtakj/nativelibs4java
 public Element importComments(Element e, String... extraComments) {
   if (e != null) {
     importDetails(e, false);
     moveAllCommentsBefore();
   }
   addToCommentBefore(extraComments);
   return this;
 }