コード例 #1
0
ファイル: Comment.java プロジェクト: FauxFaux/jdk9-jaxws
 void accept(ContentVisitor visitor) {
   visitor.onComment(buffer);
 }