How is annotation useful in PHP?

Viewed 48334

How is annotation useful in PHP? and I don't mean PHPDoc generically.

I just want a real-world example or something, I guess.


So, according to @Max's answer: Annotations accomplish the same thing as Abstract Factories, only via one line of specialized PHPDoc. – hopeseekr 0 secs ago edit

4 Answers
Related