All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vertx-groovy.template.gen-methods.templ Maven / Gradle / Ivy

@includeNamed{"common.templ"}

package @{type.module.translateQualifiedName(type.packageName, 'groovy')};\n

public class @{type.simpleName}_GroovyExtension {\n

@code{genClass=new java.util.concurrent.atomic.AtomicBoolean(false)}
@foreach{method:methods}
	@if{!method.staticMethod && checkMethod(method)}
		@includeNamed{'genMethod'}
		@code{genClass.set(true)}
	@end{}
@end{}
@if{!genClass.get()}
	@code{ skipFile=true }
@end{}

}\n




© 2015 - 2025 Weber Informatics LLC | Privacy Policy