Skip to content

Instantly share code, notes, and snippets.

@ismailgungor
Created March 28, 2019 10:54
Show Gist options
  • Save ismailgungor/bb43b484e9c3ce1bd58febd13f0ca11d to your computer and use it in GitHub Desktop.
Save ismailgungor/bb43b484e9c3ce1bd58febd13f0ca11d to your computer and use it in GitHub Desktop.
package com.kekyazilim.annotationreflectionexample.translator.kotlin
import kotlin.annotation.Retention
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.FIELD)
annotation class KBindTranslateView(
val value: Int,
val key: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment