org.gradle.api.tasks
Annotation Type Nested


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface Nested

Marks a property as specifying a nested bean, whose properties should be checked for annotations.

This annotation should be attached to the getter method or the field for the property.