Skip to content

Instantly share code, notes, and snippets.

@andidev
Created September 23, 2016 11:04
Show Gist options
  • Save andidev/3d9b8e69558f17777b64c73e6dc1a9b6 to your computer and use it in GitHub Desktop.
Save andidev/3d9b8e69558f17777b64c73e6dc1a9b6 to your computer and use it in GitHub Desktop.
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