Skip to content

Instantly share code, notes, and snippets.

@huscael
Last active August 18, 2020 15:51
Show Gist options
  • Save huscael/ed3a9b13d8591ed2b1dac0d1b799454c to your computer and use it in GitHub Desktop.
Save huscael/ed3a9b13d8591ed2b1dac0d1b799454c to your computer and use it in GitHub Desktop.
[Java Annotation Demo] java annotation #java #annotation
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
public @interface Helper { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment