Interface KotlinParameterElement

All Superinterfaces:
AnnotatedElement, AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, Described, Element, MutableAnnotationMetadataDelegate<Element>, Named, ParameterElement, TypedElement

public interface KotlinParameterElement extends ParameterElement
Represents a Kotlin parameter to a method or constructor.
Since:
4.1.0
Author:
Denis Stepanov
  • Method Details

    • hasDefault

      boolean hasDefault()
      Returns:
      True if the parameter has a default value