Skip to content

Annotation Overview

avurro edited this page Apr 18, 2016 · 9 revisions

The annotations are useful generally to write least possible, this type of configuration is base on DRY principle.

Don't Repeat Yourself.

This means that the existing code is used as much possible to avoid repetitions in the configuration.

This type of configuration is very useful in case of hierarchy of classes.

Clone this wiki locally