MyAnnotation¶
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.VALUE_PARAMETER])
annotation class MyAnnotation
This is an annotation.
It is used in anotherTopLevelFunction and on Example.foo.
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.VALUE_PARAMETER])
annotation class MyAnnotation
This is an annotation.
It is used in anotherTopLevelFunction and on Example.foo.