Created
January 9, 2019 22:40
-
-
Save Tombarr/ae7a542748b7be5c97f32d44ee1f67b7 to your computer and use it in GitHub Desktop.
Java annotations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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