The @ symbol in java

The @ symbol specifies the Annotation types. This represents some metadata associated to your code

The at sign character (@) indicates to the compiler that what follows is an annotation.

Leave a Comment