<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><templateautoinsert="true"context="gettercomment_context"deleted="false"description="Comment for getter method"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.gettercomment"name="gettercomment">/**
* @return the ${bare_field_name}
*/</template><templateautoinsert="true"context="settercomment_context"deleted="false"description="Comment for setter method"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.settercomment"name="settercomment">/**
* @param ${param} the ${bare_field_name} to set
*/</template><templateautoinsert="true"context="constructorcomment_context"deleted="false"description="Comment for created constructors"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.constructorcomment"name="constructorcomment">/**
* ${tags}
*/</template><templateautoinsert="false"context="filecomment_context"deleted="false"description="Comment for created Java files"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.filecomment"name="filecomment">/*
Copyright ${year}, ${user}
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/</template><templateautoinsert="true"context="typecomment_context"deleted="false"description="Comment for created types"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.typecomment"name="typecomment">/**
* @author ${user}
*
* ${tags}
*/</template><templateautoinsert="true"context="fieldcomment_context"deleted="false"description="Comment for fields"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.fieldcomment"name="fieldcomment">/**
*
*/</template><templateautoinsert="true"context="methodcomment_context"deleted="false"description="Comment for non-overriding methods"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.methodcomment"name="methodcomment">/**
* ${tags}
*/</template><templateautoinsert="true"context="overridecomment_context"deleted="false"description="Comment for overriding methods"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.overridecomment"name="overridecomment">/* (non-Javadoc)
* ${see_to_overridden}
*/</template><templateautoinsert="true"context="delegatecomment_context"deleted="false"description="Comment for delegate methods"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.delegatecomment"name="delegatecomment">/**
* ${tags}
* ${see_to_target}
*/</template><templateautoinsert="true"context="newtype_context"deleted="false"description="Newly created files"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.newtype"name="newtype">${filecomment}
${package_declaration}
${typecomment}
${type_declaration}</template><templateautoinsert="true"context="classbody_context"deleted="false"description="Code in new class type bodies"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.classbody"name="classbody">
</template><templateautoinsert="true"context="interfacebody_context"deleted="false"description="Code in new interface type bodies"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.interfacebody"name="interfacebody">
</template><templateautoinsert="true"context="enumbody_context"deleted="false"description="Code in new enum type bodies"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.enumbody"name="enumbody">
</template><templateautoinsert="true"context="annotationbody_context"deleted="false"description="Code in new annotation type bodies"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.annotationbody"name="annotationbody">
</template><templateautoinsert="true"context="catchblock_context"deleted="false"description="Code in new catch blocks"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.catchblock"name="catchblock">// ${todo} Auto-generated catch block
${exception_var}.printStackTrace();</template><templateautoinsert="true"context="methodbody_context"deleted="false"description="Code in created method stubs"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.methodbody"name="methodbody">// ${todo} Auto-generated method stub
${body_statement}</template><templateautoinsert="true"context="constructorbody_context"deleted="false"description="Code in created constructor stubs"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.constructorbody"name="constructorbody">${body_statement}
// ${todo} Auto-generated constructor stub</template><templateautoinsert="true"context="getterbody_context"deleted="false"description="Code in created getters"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.getterbody"name="getterbody">return ${field};</template><templateautoinsert="true"context="setterbody_context"deleted="false"description="Code in created setters"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.setterbody"name="setterbody">${field} = ${param};</template></templates>