optics

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class optics(val targets: Array<OpticsTarget> = emptyArray())(source)

Empty arrays means "Everything that matches annotated class"

Properties

Link copied to clipboard