Skip to content

Instantly share code, notes, and snippets.

@hamen
Created September 28, 2021 14:50
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hamen/e11a92139e854085ed48b553a8cc8cff to your computer and use it in GitHub Desktop.
Save hamen/e11a92139e854085ed48b553a8cc8cff to your computer and use it in GitHub Desktop.
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.SOURCE)
/**
* Friendly reminder that this might not be the best place to do major changes. Or any changes at all.
* Use the [reason] arg to point your teammates and your future-self to some documentation.
*/
annotation class HereBeDragons(val reason: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment