Package-level declarations

Types

Link copied to clipboard

Utility object for scanning annotations on Kotlin reflection elements. Provides methods to find annotations that are inherited from parent classes, interfaces, or overridden members, not just directly declared annotations.

Link copied to clipboard

Utility object for visiting and analyzing Kotlin class metadata. Provides a visitor pattern implementation to traverse class elements including types, constructors, properties, and functions in a structured way.

Link copied to clipboard

KClass Visitor .

Link copied to clipboard

IntimateAnnotationElement.

Link copied to clipboard

获取继承自父类或者接口的注解

Link copied to clipboard