Interface KotlinMetadata


public interface KotlinMetadata
Information about a type in case it's a Kotlin type.
Author:
Filip Hrisafov
  • Method Details

    • isDataClass

      boolean isDataClass()
    • isSealedClass

      boolean isSealedClass()
    • determinePrimaryConstructor

      ExecutableElement determinePrimaryConstructor(List<ExecutableElement> constructors)
    • getPermittedSubclasses

      List<? extends TypeMirror> getPermittedSubclasses()