Skip to content

Null annotation value #692

@jameskleeh

Description

@jameskleeh

For an annotation defined in Java like:

public @interface Introspected {
    AccessKind[] accessKind() default { AccessKind.METHOD };

    enum AccessKind {
        FIELD,
        METHOD
    }
}

The value coming from KSAnnotation#arguments for accessKind is a list with 1 item that is null

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions