Commit 461ca407 authored by three's avatar three

IU-2021.2 <three@threedeMacBook-Pro.local Update crs-team.xml

parent 41fd3710
......@@ -116,4 +116,19 @@
<option name="JAVA_DECLARATION" value="true" />
</context>
</template>
<template name="spvf" value="@org.springframework.beans.factory.annotation.Value(&quot;$in$&quot;)&#10;private $type$ $var$;" description="spring value field" toReformat="false" toShortenFQNames="true">
<variable name="in" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="type" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="var" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="JAVA_DECLARATION" value="true" />
</context>
</template>
<template name="spaf" value="@org.springframework.beans.factory.annotation.Autowired&#10;private $type$ $var$;" description="spring autowired field" toReformat="false" toShortenFQNames="true">
<variable name="type" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="var" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="JAVA_DECLARATION" value="true" />
</context>
</template>
</templateSet>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment