Groovy Documentation

org.gradle.api.plugins.sonar.model
[Groovy] Annotation Type IncludeProperties

java.lang.Object
  org.gradle.api.plugins.sonar.model.IncludeProperties

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@interface IncludeProperties

Indicates that the annotated property holds an object with nested Sonar properties.


Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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