-
- All Implemented Interfaces:
-
java.io.Serializable,org.jetbrains.kotlin.gradle.model.NoArg
public final class NoArgImpl implements NoArg, Serializable
Implementation of the NoArg interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNoArgImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongmodelVersionprivate final Stringnameprivate final List<String>annotationsprivate final List<String>presetsprivate final BooleanisInvokeInitializers
-
Method Summary
Modifier and Type Method Description LonggetModelVersion()StringgetName()List<String>getAnnotations()List<String>getPresets()BooleanisInvokeInitializers()-
-
Method Detail
-
getModelVersion
Long getModelVersion()
-
getAnnotations
List<String> getAnnotations()
-
getPresets
List<String> getPresets()
-
isInvokeInitializers
Boolean isInvokeInitializers()
-
-
-
-