понеділок, 2 лютого 2015 р.

Java: Annotation

Annotations, a form of metadata, provide data about a program that is not part of the program itself. Annotations have no direct effect on the operation of the code they annotate.



@Author(
   name = "Ivanova Mary",
   date = "02/02/2015"
)
class MyClass() { }

Немає коментарів:

Дописати коментар