Cornelius Wichering
@OneAnnotation(value = "someDetail") fun methodA() { ... }
@AnotherAnnotation(value = "someDetail") // value taken from "original" annotation @OneAnnotation(value = "someDetail") fun methodA() { ... }
yigit
A modern programming language that makes developers happier.