Skip to content

Instantly share code, notes, and snippets.

@Tombarr
Created January 9, 2019 22:40
Show Gist options
  • Select an option

  • Save Tombarr/ae7a542748b7be5c97f32d44ee1f67b7 to your computer and use it in GitHub Desktop.

Select an option

Save Tombarr/ae7a542748b7be5c97f32d44ee1f67b7 to your computer and use it in GitHub Desktop.
Java annotations
public class AnnotationExample {
@Override
public String toString() {
return "AnnotationExample";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment