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