.plugins.file-uploader.3.0.11.source-code.FileUploaderBootStrap.groovy Maven / Gradle / Ivy
/*
* Copyright (c) 2016, CauseCode Technologies Pvt Ltd, India.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or
* without modification, are not permitted.
*/
/**
* The class is used for App initialization settings.
*/
class FileUploaderBootStrap {
def init = { servletContext ->
}
def destroy = {
}
}