Skip to content

Instantly share code, notes, and snippets.

@Debdutta-Panda
Created June 10, 2022 15:29
Show Gist options
  • Select an option

  • Save Debdutta-Panda/d3ae1932d4c14237064a4e3d77273c85 to your computer and use it in GitHub Desktop.

Select an option

Save Debdutta-Panda/d3ae1932d4c14237064a4e3d77273c85 to your computer and use it in GitHub Desktop.
MyMarker_phase_2_Marker
package com.debduttapanda.marker
@Target(
AnnotationTarget.FUNCTION,
AnnotationTarget.CLASS,
AnnotationTarget.FILE,
)
@Retention(AnnotationRetention.SOURCE)
annotation class Mark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment