Customizing Mateu with beans
Mateu uses interfaces + Spring beans internally.
Overriding behavior
@Primary
@Service
public class MyCustomImplementation implements SomeInterface {}
Use cases
- custom rendering logic
- alternative data providers
- custom behaviors