Groovy Documentation

kotka.gradle.utils.tasks
[Groovy] Annotation Type GenericSourceSet

java.lang.Object
  kotka.gradle.utils.tasks.GenericSourceSet

@Retention(RetentionPolicy.SOURCE)
@Target([ElementType.TYPE])
@GroovyASTTransformationClass(["kotka.gradle.utils.tasks.GenericSourceSetConventionTransformation"])
@interface GenericSourceSet

Extends a given class to be gradle source set convention. It makes GenericSourceSetConvention the super class of the annotated class and adds the given patterns. Various getters are added to allow the gradle extensions mechanism to work.

Authors:
Meikel Brandmeyer


Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Groovy Documentation