Created
September 23, 2016 11:04
-
-
Save andidev/3d9b8e69558f17777b64c73e6dc1a9b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private static org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger($CLASS$.class); | |
$END$ | |
@javax.inject.Inject | |
private $CLASS_NAME$ $FIELD_NAME$; | |
$END$ | |
@org.springframework.context.annotation.Bean | |
public $CLASS_NAME$ $METHOD_NAME$($PARAMS$) { | |
return new $CLASS_NAME$($ARGS$); | |
} | |
$END$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment