annotation

fun annotation(type: Node.Type.SimpleType, lPar: Node.Keyword.LPar? = null, arguments: List<Node.ValueArgument> = listOf(), rPar: Node.Keyword.RPar? = null, supplement: NodeSupplement = NodeSupplement()): Node.Modifier.AnnotationSet.Annotation

Creates a new Node.Modifier.AnnotationSet.Annotation instance.