X Tutup
Skip to content

Latest commit

 

History

History
109 lines (105 loc) · 10 KB

File metadata and controls

109 lines (105 loc) · 10 KB
<xml> <?xml version="1.0" encoding="UTF-8" standalone="no"?>&lt;templates&gt;/** * @return the $&#123;bare_field_name&#125; *//** * @param $&#123;param&#125; the $&#123;bare_field_name&#125; to set *//** * $&#123;tags&#125; *//* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for this code is held jointly by the individual * authors. These should be listed in @author doc comments. * * For more information on the BioJava project and its aims, * or to join the biojava&#45;l mailing list, visit the home page * at: * * http://www.biojava.org/ * * Created on $&#123;date&#125; * Author: $&#123;user&#125; * *//** * @author $&#123;user&#125; * * $&#123;tags&#125; *//** * *//** * $&#123;tags&#125; *//* (non&#45;Javadoc) * $&#123;see_to_overridden&#125; *//** * $&#123;tags&#125; * $&#123;see_to_target&#125; *//* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyright for this code is held jointly by the individual * authors. These should be listed in @author doc comments. * * For more information on the BioJava project and its aims, * or to join the biojava&#45;l mailing list, visit the home page * at: * * http://www.biojava.org/ * * Created on $&#123;date&#125; * Author: $&#123;user&#125; * */ $&#123;filecomment&#125; $&#123;package_declaration&#125; $&#123;typecomment&#125; $&#123;type_declaration&#125; // $&#123;todo&#125; Auto&#45;generated catch block $&#123;exception_var&#125;.printStackTrace();// $&#123;todo&#125; Auto&#45;generated method stub $&#123;body_statement&#125;$&#123;body_statement&#125; // $&#123;todo&#125; Auto&#45;generated constructor stubreturn $&#123;field&#125;;$&#123;field&#125; = $&#123;param&#125;;/** * @return the $&#123;bare_field_name&#125; *//** * @param $&#123;param&#125; the $&#123;bare_field_name&#125; to set *//** * $&#123;tags&#125; *//** * *//** * @author $&#123;user&#125; * * $&#123;tags&#125; *//** * *//** * $&#123;tags&#125; *//* (non&#45;JSDoc) * $&#123;see_to_overridden&#125; *//** * $&#123;tags&#125; * $&#123;see_to_target&#125; */$&#123;filecomment&#125; $&#123;package_declaration&#125; $&#123;typecomment&#125; $&#123;type_declaration&#125; // $&#123;todo&#125; Auto&#45;generated catch block $&#123;exception_var&#125;.printStackTrace();// $&#123;todo&#125; Auto&#45;generated function stub $&#123;body_statement&#125;$&#123;body_statement&#125; // $&#123;todo&#125; Auto&#45;generated constructor stubreturn $&#123;field&#125;;$&#123;field&#125; = $&#123;param&#125;;&lt;/templates&gt; </xml>
X Tutup