Update Custom Main authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
# Custom Main
To create your own application using EvoAl, you can create a custom main class. Therefore, you implement the `MainClass`, and annotate the class using CDI annotations:
```java
......
......