![JAR search and dependency download from the Maven repository](/logo.png)
org.akhikhl.wuff.WrappedLibConfig.groovy Maven / Gradle / Ivy
/*
* wuff
*
* Copyright 2014 Andrey Hihlovskiy.
*
* See the file "LICENSE" for copying and usage permission.
*/
package org.akhikhl.wuff
/**
*
* @author akhikhl
*/
class WrappedLibConfig {
List excludedImports = []
void excludeImport(importPattern) {
excludedImports.add(importPattern)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy