1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="false" context="settercomment_context" deleted="false" description="Comment for setter method" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.settercomment" name="settercomment">/**
|
---|
2 | * @param ${param} the ${bare_field_name} to set
|
---|
3 | */</template><template autoinsert="false" context="fieldcomment_context" deleted="false" description="Comment for fields" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name="fieldcomment">/** */</template><template autoinsert="false" context="typecomment_context" deleted="false" description="Comment for created types" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.typecomment" name="typecomment">/**
|
---|
4 | * <p>
|
---|
5 | * TODO comment
|
---|
6 | * </p>
|
---|
7 | *
|
---|
8 | * @author Steffen Herbold
|
---|
9 | */</template><template autoinsert="false" context="gettercomment_context" deleted="false" description="Comment for getter method" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name="gettercomment">/**
|
---|
10 | * @return the ${bare_field_name}
|
---|
11 | */</template><template autoinsert="false" context="constructorcomment_context" deleted="false" description="Comment for created constructors" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name="constructorcomment">/**
|
---|
12 | * <p>
|
---|
13 | * TODO: comment
|
---|
14 | * </p>
|
---|
15 | *
|
---|
16 | * ${tags}
|
---|
17 | */</template><template autoinsert="false" context="overridecomment_context" deleted="false" description="Comment for overriding methods" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name="overridecomment">/* (non-Javadoc)
|
---|
18 | * ${see_to_overridden}
|
---|
19 | */</template><template autoinsert="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} Georg-August-Universität Göttingen, Germany
|
---|
20 | //
|
---|
21 | // Licensed under the Apache License, Version 2.0 (the "License");
|
---|
22 | // you may not use this file except in compliance with the License.
|
---|
23 | // You may obtain a copy of the License at
|
---|
24 | //
|
---|
25 | // http://www.apache.org/licenses/LICENSE-2.0
|
---|
26 | //
|
---|
27 | // Unless required by applicable law or agreed to in writing, software
|
---|
28 | // distributed under the License is distributed on an "AS IS" BASIS,
|
---|
29 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
---|
30 | // See the License for the specific language governing permissions and
|
---|
31 | // limitations under the License.
|
---|
32 | </template><template autoinsert="false" context="methodcomment_context" deleted="false" description="Comment for non-overriding methods" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name="methodcomment">/**
|
---|
33 | * <p>
|
---|
34 | * TODO: comment
|
---|
35 | * </p>
|
---|
36 | *
|
---|
37 | * ${tags}
|
---|
38 | */</template><template autoinsert="false" context="delegatecomment_context" deleted="false" description="Comment for delegate methods" enabled="true" id="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name="delegatecomment">/**
|
---|
39 | * <p>
|
---|
40 | * TODO: comment
|
---|
41 | * </p>
|
---|
42 | *
|
---|
43 | * ${tags}
|
---|
44 | * ${see_to_target}
|
---|
45 | */</template></templates> |
---|