Package-level declarations

Types

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

Empty arrays means "Everything that matches annotated class"

Link copied to clipboard