m4d_core.services library
Core-Annotations got it's own library so that it's not DOM-Related.
Makes it better testable.
@Component
class Person {
final String id;
String name;
Person(this.nae) : id = new Uuid().v1();
Person.from(final Person person) : name = person.name, id = person.id;
}
Properties
- Application → Service
-
Most fundamental DATA-Model
final
- DomRenderer → Service
-
Registration for DomRenderer
final