-
- All Implemented Interfaces:
public interface AssignmentEntry point for Kotlin Value Container Assignment models. Represents the description of annotations interpreted by 'kotlin-assignment' plugin.
-
-
Method Summary
Modifier and Type Method Description abstract LonggetModelVersion()Return a number representing the version of this API. abstract StringgetName()Returns the module (Gradle project) name. abstract List<String>getAnnotations()Return the list of annotations. -
-
Method Detail
-
getModelVersion
abstract Long getModelVersion()
Return a number representing the version of this API. Always increasing if changed.
-
getAnnotations
abstract List<String> getAnnotations()
Return the list of annotations.
-
-
-
-