@Accessors
public class GeneratedAnnotationOptions
extends org.gradle.api.tasks.compile.AbstractOptions
| Constructor and Description |
|---|
GeneratedAnnotationOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment() |
boolean |
isActive() |
boolean |
isIncludeDate() |
void |
setActive(boolean active) |
void |
setComment(java.lang.String comment) |
void |
setIncludeDate(boolean includeDate) |
@Pure public boolean isActive()
public void setActive(boolean active)
@Pure public boolean isIncludeDate()
public void setIncludeDate(boolean includeDate)
@Pure public java.lang.String getComment()
public void setComment(java.lang.String comment)